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