Searched refs:PrintFunctionList (Results 1 - 4 of 4) sorted by relevance

/external/llvm/tools/bugpoint/
H A DBugDriver.cpp229 void llvm::PrintFunctionList(const std::vector<Function*> &Funcs) { function in class:llvm
H A DBugDriver.h311 /// PrintFunctionList - prints out list of problematic functions
313 void PrintFunctionList(const std::vector<Function*> &Funcs);
H A DMiscompilation.cpp254 PrintFunctionList(Funcs);
667 PrintFunctionList(MiscompiledFunctions);
692 PrintFunctionList(MiscompiledFunctions);
715 PrintFunctionList(MiscompiledFunctions);
H A DCrashDebugger.cpp219 PrintFunctionList(Funcs);

Completed in 365 milliseconds