Searched refs:CompilerCommand (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
| H A D | ToolRunner.cpp | 239 std::string CompilerCommand; member in __anon42a46eb90311::CustomCompiler 245 : CompilerCommand(CompilerCmd), CompilerArgs(std::move(CompArgs)) {} in CustomCompiler() 267 ProgramArgs.push_back(CompilerCommand); in compileProgram() 275 if (RunProgramWithTimeout(CompilerCommand, ProgramArgs, "", "", "", Timeout, in compileProgram() 277 return ProcessFailure(CompilerCommand, ProgramArgs, Timeout, MemoryLimit); in compileProgram()
|