Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DIRPrintingPasses.cpp92 class PrintFunctionPassWrapper : public FunctionPass { class
97 PrintFunctionPassWrapper() : FunctionPass(ID) {} in PrintFunctionPassWrapper() function in __anon06b331230111::PrintFunctionPassWrapper
98 PrintFunctionPassWrapper(raw_ostream &OS, const std::string &Banner) in PrintFunctionPassWrapper() function in __anon06b331230111::PrintFunctionPassWrapper
120 char PrintFunctionPassWrapper::ID = 0;
121 INITIALIZE_PASS(PrintFunctionPassWrapper, "print-function",
132 return new PrintFunctionPassWrapper(OS, Banner); in createPrintFunctionPass()
139 (PID == &PrintFunctionPassWrapper::ID); in isIRPrintingPass()