Searched refs:CodegenArgv (Results 1 – 2 of 2) sorted by relevance
608 std::vector<const char *> CodegenArgv(1, "libLLVMLTO"); in parseCommandLineOptions() local610 CodegenArgv.push_back(Arg.c_str()); in parseCommandLineOptions()611 cl::ParseCommandLineOptions(CodegenArgv.size(), CodegenArgv.data()); in parseCommandLineOptions()
588 std::vector<const char *> CodegenArgv(1, "libLTO"); in thinlto_debug_options() local589 append_range(CodegenArgv, ArrayRef<const char *>(options, number)); in thinlto_debug_options()590 cl::ParseCommandLineOptions(CodegenArgv.size(), CodegenArgv.data()); in thinlto_debug_options()