Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/examples/Bye/
H A DBye.cpp25 struct LegacyBye : public FunctionPass { struct
26 static char ID;
27 LegacyBye() : FunctionPass(ID) {} in LegacyBye() argument
28 bool runOnFunction(Function &F) override { return runBye(F); } in runOnFunction()