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
158
sys::Path
LLCPath
; // The path to the `llc' executable.
162
CBE(const sys::Path &
llcPath
, GCC *Gcc,
164
:
LLCPath
(
llcPath
), gcc(Gcc) {
203
std::string
LLCPath
; // The path to the LLC executable.
208
LLC(const std::string &
llcPath
, GCC *Gcc,
211
:
LLCPath
(
llcPath
), gcc(Gcc),
ToolRunner.cpp
458
LLCArgs.push_back(
LLCPath
.c_str());
480
if (RunProgramWithTimeout(sys::Path(
LLCPath
), &LLCArgs[0],
483
Error = ProcessFailure(sys::Path(
LLCPath
), &LLCArgs[0],
527
std::string
LLCPath
=
529
if (
LLCPath
.empty()) {
539
Message = "Found llc: " +
LLCPath
+ "\n";
540
return new LLC(
LLCPath
, gcc, Args, UseIntegratedAssembler);
[
all
...]
Completed in 35 milliseconds