Searched defs:Hello (Results 1 – 2 of 2) sorted by relevance
26 struct Hello : public FunctionPass { struct27 static char ID; // Pass identification, replacement for typeid28 Hello() : FunctionPass(ID) {} in Hello() argument30 bool runOnFunction(Function &F) override { in runOnFunction()
16 template<class N> void Hello(N) {} in Hello() function