Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp240 class CustomCompiler : public AbstractInterpreter { class
245 CustomCompiler(const std::string &CompilerCmd, in CustomCompiler() function in __anoneca2c4cc0311::CustomCompiler
265 Error CustomCompiler::compileProgram(const std::string &Bitcode, in compileProgram()
411 return new CustomCompiler(CmdPath, Args); in createCustomCompiler()