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