Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DIRPrintingPasses.cpp90 class PrintFunctionPassWrapper : public FunctionPass { class
95 PrintFunctionPassWrapper() : FunctionPass(ID) {} in PrintFunctionPassWrapper() function in __anonb28b5c380111::PrintFunctionPassWrapper
96 PrintFunctionPassWrapper(raw_ostream &OS, const std::string &Banner) in PrintFunctionPassWrapper() function in __anonb28b5c380111::PrintFunctionPassWrapper
118 char PrintFunctionPassWrapper::ID = 0;
119 INITIALIZE_PASS(PrintFunctionPassWrapper, "print-function",
130 return new PrintFunctionPassWrapper(OS, Banner); in createPrintFunctionPass()
137 (PID == &PrintFunctionPassWrapper::ID); in isIRPrintingPass()