OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ToolArgs
(Results
1 - 2
of
2
) sorted by null
/external/llvm/tools/bugpoint/
ToolRunner.h
158
std::vector<std::string>
ToolArgs
; // Extra args to pass to LLC.
164
ToolArgs
.clear ();
165
if (Args)
ToolArgs
= *Args;
203
std::vector<std::string>
ToolArgs
; // Extra args to pass to LLC.
212
ToolArgs
.clear();
213
if (Args)
ToolArgs
= *Args;
ToolRunner.cpp
176
std::vector<std::string>
ToolArgs
; // Args to pass to LLI
180
ToolArgs
.clear ();
181
if (Args) {
ToolArgs
= *Args; }
217
for (unsigned i = 0, e =
ToolArgs
.size(); i != e; ++i)
218
LLIArgs.push_back(
ToolArgs
[i].c_str());
240
const std::vector<std::string> *
ToolArgs
) {
245
return new LLI(LLIPath,
ToolArgs
);
459
for (unsigned i = 0, e =
ToolArgs
.size(); i != e; ++i)
460
LLCArgs.push_back(
ToolArgs
[i].c_str());
547
std::vector<std::string>
ToolArgs
; // Args to pass to LL
[
all
...]
Completed in 14 milliseconds