Searched refs:CodegenOptions (Results 1 – 2 of 2) sorted by relevance
94 for (std::vector<char *>::iterator I = CodegenOptions.begin(), in ~LTOCodeGenerator()95 E = CodegenOptions.end(); in ~LTOCodeGenerator()527 if (CodegenOptions.empty()) in setCodeGenDebugOptions()528 CodegenOptions.push_back(strdup("libLLVMLTO")); in setCodeGenDebugOptions()529 CodegenOptions.push_back(strdup(o.first.str().c_str())); in setCodeGenDebugOptions()535 if (!CodegenOptions.empty()) in parseCodeGenDebugOptions()536 cl::ParseCommandLineOptions(CodegenOptions.size(), in parseCodeGenDebugOptions()537 const_cast<char **>(&CodegenOptions[0])); in parseCodeGenDebugOptions()
154 std::vector<char *> CodegenOptions; member