Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp94 for (std::vector<char *>::iterator I = CodegenOptions.begin(), in ~LTOCodeGenerator()
95 E = CodegenOptions.end(); in ~LTOCodeGenerator()
527 if (CodegenOptions.empty()) in setCodeGenDebugOptions()
528 CodegenOptions.push_back(strdup("libLLVMLTO")); in setCodeGenDebugOptions()
529 CodegenOptions.push_back(strdup(o.first.str().c_str())); in setCodeGenDebugOptions()
535 if (!CodegenOptions.empty()) in parseCodeGenDebugOptions()
536 cl::ParseCommandLineOptions(CodegenOptions.size(), in parseCodeGenDebugOptions()
537 const_cast<char **>(&CodegenOptions[0])); in parseCodeGenDebugOptions()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/LTO/
H A DLTOCodeGenerator.h154 std::vector<char *> CodegenOptions; member