OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_codegenOptions
(Results
1 - 2
of
2
) sorted by null
/external/llvm/tools/lto/
LTOCodeGenerator.cpp
89
for (std::vector<char*>::iterator I =
_codegenOptions
.begin(),
90
E =
_codegenOptions
.end(); I != E; ++I)
256
if (!
_codegenOptions
.empty())
257
cl::ParseCommandLineOptions(
_codegenOptions
.size(),
258
const_cast<char **>(&
_codegenOptions
[0]));
455
if (
_codegenOptions
.empty())
456
_codegenOptions
.push_back(strdup("libLTO"));
457
_codegenOptions
.push_back(strdup(o.first.str().c_str()));
LTOCodeGenerator.h
127
std::vector<char*>
_codegenOptions
;
Completed in 47 milliseconds