Searched refs:CodegenArgv (Results 1 – 1 of 1) sorted by relevance
530 std::vector<const char *> CodegenArgv(1, "libLLVMLTO"); in parseCodeGenDebugOptions() local532 CodegenArgv.push_back(Arg.c_str()); in parseCodeGenDebugOptions()533 cl::ParseCommandLineOptions(CodegenArgv.size(), CodegenArgv.data()); in parseCodeGenDebugOptions()