Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp238 class CustomCompiler : public AbstractInterpreter { class
243 CustomCompiler(const std::string &CompilerCmd, in CustomCompiler() function in __anon42a46eb90311::CustomCompiler
263 Error CustomCompiler::compileProgram(const std::string &Bitcode, in compileProgram()
405 return new CustomCompiler(CmdPath, Args); in createCustomCompiler()