Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DIRPrintingPasses.cpp68 class PrintFunctionPassWrapper : public FunctionPass { class
74 PrintFunctionPassWrapper() : FunctionPass(ID), OS(dbgs()) {} in PrintFunctionPassWrapper() function in __anon39458fa60111::PrintFunctionPassWrapper
75 PrintFunctionPassWrapper(raw_ostream &OS, const std::string &Banner) in PrintFunctionPassWrapper() function in __anon39458fa60111::PrintFunctionPassWrapper
102 char PrintFunctionPassWrapper::ID = 0;
103 INITIALIZE_PASS(PrintFunctionPassWrapper, "print-function",
114 return new PrintFunctionPassWrapper(OS, Banner); in createPrintFunctionPass()
121 (PID == &PrintFunctionPassWrapper::ID); in isIRPrintingPass()