Home
last modified time | relevance | path

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

/external/llvm/tools/bugpoint/
DToolRunner.cpp271 class CustomCompiler : public AbstractInterpreter { class
275 CustomCompiler( in CustomCompiler() function in __anon0ad69adb0311::CustomCompiler
301 void CustomCompiler::compileProgram(const std::string &Bitcode, in compileProgram()
435 return new CustomCompiler(CmdPath, Args); in createCustomCompiler()