Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp608 std::vector<const char *> CodegenArgv(1, "libLLVMLTO"); in parseCommandLineOptions() local
610 CodegenArgv.push_back(Arg.c_str()); in parseCommandLineOptions()
611 cl::ParseCommandLineOptions(CodegenArgv.size(), CodegenArgv.data()); in parseCommandLineOptions()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lto/
H A Dlto.cpp588 std::vector<const char *> CodegenArgv(1, "libLTO"); in thinlto_debug_options() local
589 append_range(CodegenArgv, ArrayRef<const char *>(options, number)); in thinlto_debug_options()
590 cl::ParseCommandLineOptions(CodegenArgv.size(), CodegenArgv.data()); in thinlto_debug_options()