Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp685 CodegenOptions.push_back(Option.str()); in setCodeGenDebugOptions()
689 if (!CodegenOptions.empty()) in parseCodeGenDebugOptions()
690 llvm::parseCommandLineOptions(CodegenOptions); in parseCodeGenDebugOptions()
/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h235 std::vector<std::string> CodegenOptions; member