OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RunProgramWithTimeout
(Results
1 - 2
of
2
) sorted by null
/external/llvm/tools/bugpoint/
ToolRunner.cpp
56
///
RunProgramWithTimeout
- This function provides an alternate interface
59
static int
RunProgramWithTimeout
(StringRef ProgramPath,
133
RunProgramWithTimeout
(ProgPath, Args, "", ErrorFilename.str(),
212
return
RunProgramWithTimeout
(LLIPath, &LLIArgs[0],
319
if (
RunProgramWithTimeout
(CompilerCommand, &ProgramArgs[0],
376
return
RunProgramWithTimeout
(
494
if (
RunProgramWithTimeout
(LLCPath, &LLCArgs[0],
620
return
RunProgramWithTimeout
(LLIPath, &JITArgs[0],
731
if (
RunProgramWithTimeout
(CCPath, &CCArgs[0], "", "", "")) {
786
int ExitCode =
RunProgramWithTimeout
(OutputBinary.str(), &ProgramArgs[0]
[
all
...]
/external/swiftshader/third_party/LLVM/tools/bugpoint/
ToolRunner.cpp
53
///
RunProgramWithTimeout
- This function provides an alternate interface
56
static int
RunProgramWithTimeout
(const sys::Path &ProgramPath,
153
RunProgramWithTimeout
(ProgPath, Args, sys::Path(""), ErrorFilename,
232
return
RunProgramWithTimeout
(sys::Path(LLIPath), &LLIArgs[0],
306
if (
RunProgramWithTimeout
( sys::Path(CompilerCommand), &ProgramArgs[0],
363
return
RunProgramWithTimeout
(
478
if (
RunProgramWithTimeout
(sys::Path(LLCPath), &LLCArgs[0],
604
return
RunProgramWithTimeout
(sys::Path(LLIPath), &JITArgs[0],
653
if (
RunProgramWithTimeout
(LLCPath, &LLCArgs[0], sys::Path(), sys::Path(),
801
if (
RunProgramWithTimeout
(GCCPath, &GCCArgs[0], sys::Path(), sys::Path(),
[
all
...]
Completed in 118 milliseconds