Searched refs:CompilerCommand (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/ |
H A D | ToolRunner.cpp | 241 std::string CompilerCommand; member in __anon078d8de40311::CustomCompiler 247 : CompilerCommand(CompilerCmd), CompilerArgs(std::move(CompArgs)) {} in CustomCompiler() 269 ProgramArgs.push_back(CompilerCommand); in compileProgram() 279 if (RunProgramWithTimeout(CompilerCommand, ProgramArgs, "", "", "", Timeout, in compileProgram() 281 return ProcessFailure(CompilerCommand, ProgramArgs, Timeout, MemoryLimit); in compileProgram()
|