OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GCCPath
(Results
1 - 2
of
2
) sorted by null
/external/llvm/tools/bugpoint/
ToolRunner.cpp
654
GCCArgs.push_back(
GCCPath
.c_str());
715
if (RunProgramWithTimeout(
GCCPath
, &GCCArgs[0], sys::Path(), sys::Path(),
717
*Error = ProcessFailure(
GCCPath
, &GCCArgs[0]);
805
GCCArgs.push_back(
GCCPath
.c_str());
865
if (RunProgramWithTimeout(
GCCPath
, &GCCArgs[0], sys::Path(), sys::Path(),
[
all
...]
ToolRunner.h
40
sys::Path
GCCPath
; // The path to the gcc executable.
43
GCC(const sys::Path &
gccPath
, const sys::Path &RemotePath,
45
:
GCCPath
(
gccPath
), RemoteClientPath(RemotePath) {
Completed in 165 milliseconds