Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp614 std::vector<const char *> CodegenArgv(1, "libLLVMLTO"); in parseCommandLineOptions() local
616 CodegenArgv.push_back(Arg.c_str()); in parseCommandLineOptions()
617 cl::ParseCommandLineOptions(CodegenArgv.size(), CodegenArgv.data()); in parseCommandLineOptions()
/llvm-project-15.0.7/llvm/tools/lto/
H A Dlto.cpp590 std::vector<const char *> CodegenArgv(1, "libLTO"); in thinlto_debug_options() local
591 append_range(CodegenArgv, ArrayRef<const char *>(options, number)); in thinlto_debug_options()
592 cl::ParseCommandLineOptions(CodegenArgv.size(), CodegenArgv.data()); in thinlto_debug_options()