|
LLVM 23.0.0git
|
#include "llvm/DTLTO/DTLTO.h"
Public Member Functions | |
| LLVM_ABI | DistributionDriverParams ()=default |
| DistributionDriverParams (StringRef DistributorArg, ArrayRef< StringRef > DistributorArgsArg, StringRef RemoteCompilerArg, ArrayRef< StringRef > RemoteCompilerPrependArgsArg, ArrayRef< StringRef > RemoteCompilerArgsArg, StringRef LinkerOutputFileArg) | |
|
default |
|
inline |
Definition at line 318 of file DTLTO.h.
References DistributorArgs, DistributorPath, LinkerOutputFile, RemoteCompiler, RemoteCompilerArgs, and RemoteCompilerPrependArgs.
| SmallVector<StringRef, 0> llvm::lto::DTLTO::DistributionDriverParams::CodegenOptions |
Definition at line 335 of file DTLTO.h.
Referenced by DistributionDriverParams().
| SString llvm::lto::DTLTO::DistributionDriverParams::DistributorPath |
Definition at line 333 of file DTLTO.h.
Referenced by DistributionDriverParams().
| SString llvm::lto::DTLTO::DistributionDriverParams::LinkerOutputFile |
Definition at line 331 of file DTLTO.h.
Referenced by DistributionDriverParams().
| SString llvm::lto::DTLTO::DistributionDriverParams::RemoteCompiler |
Definition at line 337 of file DTLTO.h.
Referenced by DistributionDriverParams().
Definition at line 341 of file DTLTO.h.
Referenced by DistributionDriverParams().
Definition at line 339 of file DTLTO.h.
Referenced by DistributionDriverParams().
| Triple llvm::lto::DTLTO::DistributionDriverParams::TargetTriple |