Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DIRPrintingPasses.cpp68 class PrintFunctionPassWrapper : public FunctionPass { class
74 PrintFunctionPassWrapper() : FunctionPass(ID), OS(dbgs()) {} in PrintFunctionPassWrapper() function in __anon22a3f12f0111::PrintFunctionPassWrapper
75 PrintFunctionPassWrapper(raw_ostream &OS, const std::string &Banner) in PrintFunctionPassWrapper() function in __anon22a3f12f0111::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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DIRPrintingPasses.cpp90 class PrintFunctionPassWrapper : public FunctionPass { class
95 PrintFunctionPassWrapper() : FunctionPass(ID) {} in PrintFunctionPassWrapper() function in __anon02b90ee90111::PrintFunctionPassWrapper
96 PrintFunctionPassWrapper(raw_ostream &OS, const std::string &Banner) in PrintFunctionPassWrapper() function in __anon02b90ee90111::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()
/aosp_15_r20/external/llvm/lib/IR/
H A DIRPrintingPasses.cpp75 class PrintFunctionPassWrapper : public FunctionPass { class
80 PrintFunctionPassWrapper() : FunctionPass(ID) {} in PrintFunctionPassWrapper() function in __anonafbd7f870111::PrintFunctionPassWrapper
81 PrintFunctionPassWrapper(raw_ostream &OS, const std::string &Banner) in PrintFunctionPassWrapper() function in __anonafbd7f870111::PrintFunctionPassWrapper
121 char PrintFunctionPassWrapper::ID = 0;
122 INITIALIZE_PASS(PrintFunctionPassWrapper, "print-function",
136 return new PrintFunctionPassWrapper(OS, Banner); in createPrintFunctionPass()