|
LLVM 23.0.0git
|
#include "llvm/DTLTO/DTLTO.h"
Public Member Functions | |
| DistributionDriverParams ()=default | |
| DistributionDriverParams (StringRef DistributorArg, ArrayRef< StringRef > DistributorArgsArg, StringRef RemoteCompilerArg, ArrayRef< StringRef > RemoteCompilerPrependArgsArg, ArrayRef< StringRef > RemoteCompilerArgsArg, StringRef LinkerOutputFileArg) | |
|
default |
|
inline |
Definition at line 323 of file DTLTO.h.
References DistributorArgs, DistributorPath, LinkerOutputFile, RemoteCompiler, RemoteCompilerArgs, and RemoteCompilerPrependArgs.
| SmallVector<StringRef, 0> llvm::lto::DTLTO::DistributionDriverParams::CodegenOptions |
Definition at line 340 of file DTLTO.h.
Referenced by DistributionDriverParams().
| SString llvm::lto::DTLTO::DistributionDriverParams::DistributorPath |
Definition at line 338 of file DTLTO.h.
Referenced by DistributionDriverParams().
| SString llvm::lto::DTLTO::DistributionDriverParams::LinkerOutputFile |
Definition at line 336 of file DTLTO.h.
Referenced by DistributionDriverParams().
| SString llvm::lto::DTLTO::DistributionDriverParams::RemoteCompiler |
Definition at line 342 of file DTLTO.h.
Referenced by DistributionDriverParams().
Definition at line 346 of file DTLTO.h.
Referenced by DistributionDriverParams().
Definition at line 344 of file DTLTO.h.
Referenced by DistributionDriverParams().
| Triple llvm::lto::DTLTO::DistributionDriverParams::TargetTriple |