Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Hello/
DHello.cpp44 struct Hello2 : public FunctionPass { struct
45 static char ID; // Pass identification, replacement for typeid
46 Hello2() : FunctionPass(ID) {} in Hello2() function
48 virtual bool runOnFunction(Function &F) { in runOnFunction()
56 virtual void getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()