Home
last modified time | relevance | path

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

/external/llvm/tools/bugpoint/
DToolRunner.cpp290 std::string CompilerCommand; member in __anone0ef1de50311::CustomCompiler
295 CompilerCommand(CompilerCmd), CompilerArgs(CompArgs) {} in CustomCompiler()
325 ProgramArgs.push_back(CompilerCommand.c_str()); in compileProgram()
336 if (RunProgramWithTimeout(CompilerCommand, &ProgramArgs[0], in compileProgram()
339 *Error = ProcessFailure(CompilerCommand, &ProgramArgs[0], in compileProgram()