Home
last modified time | relevance | path

Searched defs:CFGPrinterLegacyPass (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DCFGPrinter.cpp177 struct CFGPrinterLegacyPass : public FunctionPass { struct
178 static char ID; // Pass identification, replacement for typeid
179 CFGPrinterLegacyPass() : FunctionPass(ID) { in CFGPrinterLegacyPass() argument
183 bool runOnFunction(Function &F) override { in runOnFunction()
192 void print(raw_ostream &OS, const Module * = nullptr) const override {} in print()
194 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()