Searched defs:Hello (Results 1 – 2 of 2) 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()
1829 UnicodeString Hello("Hello, world."); in API_Pattern() local