Home
last modified time | relevance | path

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

/external/llvm/tools/bugpoint/
DToolRunner.cpp273 std::vector<std::string> CompilerArgs; member in __anon0ad69adb0311::CustomCompiler
277 CompilerCommand(CompilerCmd), CompilerArgs(CompArgs) {} in CustomCompiler()
309 for (std::size_t i = 0; i < CompilerArgs.size(); ++i) in compileProgram()
310 ProgramArgs.push_back(CompilerArgs.at(i).c_str()); in compileProgram()
315 for (unsigned i = 0, e = CompilerArgs.size(); i != e; ++i) in compileProgram()
316 ProgramArgs.push_back(CompilerArgs[i].c_str()); in compileProgram()