Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp597 CodegenOptions.push_back(o.first); in setCodeGenDebugOptions()
602 if (!CodegenOptions.empty()) { in parseCodeGenDebugOptions()
605 for (std::string &Arg : CodegenOptions) in parseCodeGenDebugOptions()
/freebsd-12.1/contrib/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h227 std::vector<std::string> CodegenOptions; member