Searched defs:Hello (Results 1 – 1 of 1) sorted by relevance
27 struct Hello : public FunctionPass { struct28 static char ID; // Pass identification, replacement for typeid29 Hello() : FunctionPass(ID) {} in Hello() function31 bool runOnFunction(Function &F) override { in runOnFunction()