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
684
GCCArgs.push_back(
GCCPath
.c_str());
747
if (RunProgramWithTimeout(
GCCPath
, &GCCArgs[0], "", "", "")) {
748
*Error = ProcessFailure(
GCCPath
, &GCCArgs[0]);
837
GCCArgs.push_back(
GCCPath
.c_str());
[
all
...]
ToolRunner.h
39
std::string
GCCPath
; // The path to the gcc executable.
42
GCC(StringRef
gccPath
, StringRef RemotePath,
44
:
GCCPath
(
gccPath
), RemoteClientPath(RemotePath) {
Completed in 2242 milliseconds