Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/bugpoint/
H A DToolRunner.cpp241 class CustomCompiler : public AbstractInterpreter { class
246 CustomCompiler(const std::string &CompilerCmd, in CustomCompiler() function in __anon162e57fe0311::CustomCompiler
266 Error CustomCompiler::compileProgram(const std::string &Bitcode, in compileProgram()
412 return new CustomCompiler(CmdPath, Args); in createCustomCompiler()