OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLCPath
(Results
1 - 2
of
2
) sorted by null
/external/llvm/tools/bugpoint/
ToolRunner.h
155
std::string
LLCPath
; // The path to the LLC executable.
160
LLC(const std::string &
llcPath
, CC *cc,
163
:
LLCPath
(
llcPath
), cc(cc),
ToolRunner.cpp
471
LLCArgs.push_back(
LLCPath
.c_str());
493
if (RunProgramWithTimeout(
LLCPath
, &LLCArgs[0],
496
Error = ProcessFailure(
LLCPath
, &LLCArgs[0],
540
std::string
LLCPath
=
542
if (
LLCPath
.empty()) {
552
Message = "Found llc: " +
LLCPath
+ "\n";
553
return new LLC(
LLCPath
, cc, Args, UseIntegratedAssembler);
[
all
...]
Completed in 60 milliseconds