Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp696 std::vector<const char *> CodegenArgv(1, "libLLVMLTO"); in parseCommandLineOptions() local
698 CodegenArgv.push_back(Arg.c_str()); in parseCommandLineOptions()
699 cl::ParseCommandLineOptions(CodegenArgv.size(), CodegenArgv.data()); in parseCommandLineOptions()
/openbsd/gnu/llvm/llvm/tools/lto/
H A Dlto.cpp582 std::vector<const char *> CodegenArgv(1, "libLTO"); in thinlto_debug_options() local
583 append_range(CodegenArgv, ArrayRef<const char *>(options, number)); in thinlto_debug_options()
584 cl::ParseCommandLineOptions(CodegenArgv.size(), CodegenArgv.data()); in thinlto_debug_options()