Home
last modified time | relevance | path

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

/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp105 for (std::vector<char *>::iterator I = CodegenOptions.begin(), in ~LTOCodeGenerator()
106 E = CodegenOptions.end(); in ~LTOCodeGenerator()
601 if (CodegenOptions.empty()) in setCodeGenDebugOptions()
602 CodegenOptions.push_back(strdup("libLLVMLTO")); in setCodeGenDebugOptions()
603 CodegenOptions.push_back(strdup(o.first.str().c_str())); in setCodeGenDebugOptions()
609 if (!CodegenOptions.empty()) in parseCodeGenDebugOptions()
610 cl::ParseCommandLineOptions(CodegenOptions.size(), in parseCodeGenDebugOptions()
611 const_cast<char **>(&CodegenOptions[0])); in parseCodeGenDebugOptions()
/external/llvm/include/llvm/LTO/
DLTOCodeGenerator.h168 std::vector<char *> CodegenOptions; member