Home
last modified time | relevance | path

Searched refs:CompilerCommand (Results 1 – 1 of 1) sorted by relevance

/external/llvm/tools/bugpoint/
DToolRunner.cpp272 std::string CompilerCommand; member in __anon0ad69adb0311::CustomCompiler
277 CompilerCommand(CompilerCmd), CompilerArgs(CompArgs) {} in CustomCompiler()
307 ProgramArgs.push_back(CompilerCommand.c_str()); in compileProgram()
318 if (RunProgramWithTimeout(CompilerCommand, &ProgramArgs[0], in compileProgram()
321 *Error = ProcessFailure(CompilerCommand, &ProgramArgs[0], in compileProgram()