Home
last modified time | relevance | path

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

/external/llvm/tools/lto/
Dlto.cpp501 std::vector<const char *> CodegenArgv(1, "libLTO"); in thinlto_debug_options() local
503 CodegenArgv.push_back(Arg); in thinlto_debug_options()
504 cl::ParseCommandLineOptions(CodegenArgv.size(), CodegenArgv.data()); in thinlto_debug_options()
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp603 std::vector<const char *> CodegenArgv(1, "libLLVMLTO"); in parseCodeGenDebugOptions() local
605 CodegenArgv.push_back(Arg.c_str()); in parseCodeGenDebugOptions()
606 cl::ParseCommandLineOptions(CodegenArgv.size(), CodegenArgv.data()); in parseCodeGenDebugOptions()