Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DIRPrintingPasses.cpp92 class PrintFunctionPassWrapper : public FunctionPass { class
97 PrintFunctionPassWrapper() : FunctionPass(ID) {} in PrintFunctionPassWrapper() function in __anona4b1ec5a0111::PrintFunctionPassWrapper
98 PrintFunctionPassWrapper(raw_ostream &OS, const std::string &Banner) in PrintFunctionPassWrapper() function in __anona4b1ec5a0111::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()