Searched refs:CodegenOptions (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp77 for (std::vector<char *>::iterator I = CodegenOptions.begin(),
78 E = CodegenOptions.end();
510 if (CodegenOptions.empty())
511 CodegenOptions.push_back(strdup("libLLVMLTO"));
512 CodegenOptions.push_back(strdup(o.first.str().c_str()));
518 if (!CodegenOptions.empty())
519 cl::ParseCommandLineOptions(CodegenOptions.size(),
520 const_cast<char **>(&CodegenOptions[0]));
/freebsd-10-stable/contrib/llvm/include/llvm/LTO/
H A DLTOCodeGenerator.h147 std::vector<char *> CodegenOptions; member in struct:LTOCodeGenerator

Completed in 64 milliseconds