Searched refs:PrintFunctionPassWrapper (Results 1 – 1 of 1) sorted by relevance
84 class PrintFunctionPassWrapper : public FunctionPass { class90 PrintFunctionPassWrapper() : FunctionPass(ID), OS(dbgs()) {} in PrintFunctionPassWrapper() function in __anon718093ef0111::PrintFunctionPassWrapper91 PrintFunctionPassWrapper(raw_ostream &OS, const std::string &Banner) in PrintFunctionPassWrapper() function in __anon718093ef0111::PrintFunctionPassWrapper123 char PrintFunctionPassWrapper::ID = 0;124 INITIALIZE_PASS(PrintFunctionPassWrapper, "print-function",135 return new PrintFunctionPassWrapper(OS, Banner); in createPrintFunctionPass()142 (PID == &PrintFunctionPassWrapper::ID); in isIRPrintingPass()