Home
last modified time | relevance | path

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

/external/llvm/tools/bugpoint/
DToolRunner.cpp291 std::string CompilerCommand; member in __anon0ad69adb0311::CustomCompiler
296 CompilerCommand(CompilerCmd), CompilerArgs(CompArgs) {} in CustomCompiler()
326 ProgramArgs.push_back(CompilerCommand.c_str()); in compileProgram()
337 if (RunProgramWithTimeout(CompilerCommand, &ProgramArgs[0], in compileProgram()
340 *Error = ProcessFailure(CompilerCommand, &ProgramArgs[0], in compileProgram()