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() function30 virtual bool runOnFunction(Function &F) { in runOnFunction()
1794 UnicodeString Hello("Hello, world."); in API_Pattern() local