Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp603 CodegenOptions.push_back(Option.str()); in setCodeGenDebugOptions()
607 if (!CodegenOptions.empty()) in parseCodeGenDebugOptions()
608 llvm::parseCommandLineOptions(CodegenOptions); in parseCodeGenDebugOptions()
/llvm-project-15.0.7/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h231 std::vector<std::string> CodegenOptions; member