Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/examples/Bye/
H A DBye.cpp24 struct LegacyBye : public FunctionPass { struct
25 static char ID;
26 LegacyBye() : FunctionPass(ID) {} in LegacyBye() argument
27 bool runOnFunction(Function &F) override { return runBye(F); } in runOnFunction()