Home
last modified time | relevance | path

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

/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp523 CodegenOptions.push_back(o.first); in setCodeGenDebugOptions()
528 if (!CodegenOptions.empty()) { in parseCodeGenDebugOptions()
531 for (std::string &Arg : CodegenOptions) in parseCodeGenDebugOptions()
/external/llvm/include/llvm/LTO/
DLTOCodeGenerator.h181 std::vector<std::string> CodegenOptions; member