Searched refs:CodegenArgv (Results 1 – 2 of 2) sorted by relevance
501 std::vector<const char *> CodegenArgv(1, "libLTO"); in thinlto_debug_options() local503 CodegenArgv.push_back(Arg); in thinlto_debug_options()504 cl::ParseCommandLineOptions(CodegenArgv.size(), CodegenArgv.data()); in thinlto_debug_options()
603 std::vector<const char *> CodegenArgv(1, "libLLVMLTO"); in parseCodeGenDebugOptions() local605 CodegenArgv.push_back(Arg.c_str()); in parseCodeGenDebugOptions()606 cl::ParseCommandLineOptions(CodegenArgv.size(), CodegenArgv.data()); in parseCodeGenDebugOptions()