Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/IR/
DIRPrintingPasses.cpp92 class PrintFunctionPassWrapper : public FunctionPass { class
97 PrintFunctionPassWrapper() : FunctionPass(ID) {} in PrintFunctionPassWrapper() function in __anond95e09060111::PrintFunctionPassWrapper
98 PrintFunctionPassWrapper(raw_ostream &OS, const std::string &Banner) in PrintFunctionPassWrapper() function in __anond95e09060111::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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DIRPrintingPasses.cpp90 class PrintFunctionPassWrapper : public FunctionPass { class
95 PrintFunctionPassWrapper() : FunctionPass(ID) {} in PrintFunctionPassWrapper() function in __anon44025ffa0111::PrintFunctionPassWrapper
96 PrintFunctionPassWrapper(raw_ostream &OS, const std::string &Banner) in PrintFunctionPassWrapper() function in __anon44025ffa0111::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()
/external/llvm/lib/IR/
DIRPrintingPasses.cpp75 class PrintFunctionPassWrapper : public FunctionPass { class
80 PrintFunctionPassWrapper() : FunctionPass(ID) {} in PrintFunctionPassWrapper() function in __anon18d654580111::PrintFunctionPassWrapper
81 PrintFunctionPassWrapper(raw_ostream &OS, const std::string &Banner) in PrintFunctionPassWrapper() function in __anon18d654580111::PrintFunctionPassWrapper
121 char PrintFunctionPassWrapper::ID = 0;
122 INITIALIZE_PASS(PrintFunctionPassWrapper, "print-function",
136 return new PrintFunctionPassWrapper(OS, Banner); in createPrintFunctionPass()