Home
last modified time | relevance | path

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

/external/llvm/tools/bugpoint/
DToolRunner.cpp276 CustomCompiler(const std::string &CompilerCmd, in CustomCompiler() argument
278 : CompilerCommand(CompilerCmd), CompilerArgs(std::move(CompArgs)) {} in CustomCompiler()
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DToolRunner.cpp264 const std::string &CompilerCmd, std::vector<std::string> CompArgs) : in CustomCompiler() argument
265 CompilerCommand(CompilerCmd), CompilerArgs(CompArgs) {} in CustomCompiler()