Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp678 CodegenOptions.push_back(Option.str()); in setCodeGenDebugOptions()
682 if (!CodegenOptions.empty()) in parseCodeGenDebugOptions()
683 llvm::parseCommandLineOptions(CodegenOptions); in parseCodeGenDebugOptions()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h236 std::vector<std::string> CodegenOptions; member