HomeSort by relevance Sort by last modified time
    Searched refs:CompilerArgs (Results 1 - 3 of 3) sorted by null

  /external/llvm/tools/bugpoint/
ToolRunner.cpp 274 std::vector<std::string> CompilerArgs;
278 : CompilerCommand(CompilerCmd), CompilerArgs(std::move(CompArgs)) {}
310 for (std::size_t i = 0; i < CompilerArgs.size(); ++i)
311 ProgramArgs.push_back(CompilerArgs.at(i).c_str());
316 for (unsigned i = 0, e = CompilerArgs.size(); i != e; ++i)
317 ProgramArgs.push_back(CompilerArgs[i].c_str());
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
ToolRunner.cpp 260 std::vector<std::string> CompilerArgs;
265 : CompilerCommand(CompilerCmd), CompilerArgs(std::move(CompArgs)) {}
289 for (std::size_t i = 0; i < CompilerArgs.size(); ++i)
290 ProgramArgs.push_back(CompilerArgs.at(i).c_str());
294 for (unsigned i = 0, e = CompilerArgs.size(); i != e; ++i)
295 ProgramArgs.push_back(CompilerArgs[i].c_str());
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
ToolRunner.cpp 261 std::vector<std::string> CompilerArgs;
265 CompilerCommand(CompilerCmd), CompilerArgs(CompArgs) {}
297 for (std::size_t i = 0; i < CompilerArgs.size(); ++i)
298 ProgramArgs.push_back(CompilerArgs.at(i).c_str());
303 for (unsigned i = 0, e = CompilerArgs.size(); i != e; ++i)
304 ProgramArgs.push_back(CompilerArgs[i].c_str());
    [all...]

Completed in 236 milliseconds