Home
last modified time | relevance | path

Searched refs:CodegenOptions (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp665 CodegenOptions.push_back(Option.str()); in setCodeGenDebugOptions()
669 if (!CodegenOptions.empty()) in parseCodeGenDebugOptions()
670 llvm::parseCommandLineOptions(CodegenOptions); in parseCodeGenDebugOptions()
H A DLTO.cpp2217 SmallVector<StringRef, 0> CodegenOptions; member in __anona29527bd2511::OutOfProcessThinBackend
2318 auto &Ops = CodegenOptions; in buildCommonRemoteCompilerOptions()
2380 for (const auto &A : CodegenOptions) in emitDistributorJson()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h238 std::vector<std::string> CodegenOptions; member