Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DMiscompilation.cpp256 PrintFunctionList(Funcs); in TestFuncs()
641 PrintFunctionList(MiscompiledFunctions); in DebugAMiscompilation()
666 PrintFunctionList(MiscompiledFunctions); in DebugAMiscompilation()
689 PrintFunctionList(MiscompiledFunctions); in DebugAMiscompilation()
H A DBugDriver.h270 /// PrintFunctionList - prints out list of problematic functions
272 void PrintFunctionList(const std::vector<Function *> &Funcs);
H A DBugDriver.cpp240 void llvm::PrintFunctionList(const std::vector<Function *> &Funcs) { in PrintFunctionList() function in llvm
H A DCrashDebugger.cpp272 PrintFunctionList(Funcs); in TestFuncs()