Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Hello/
H A DHello.cpp27 struct Hello : public FunctionPass { struct
28 static char ID; // Pass identification, replacement for typeid
29 Hello() : FunctionPass(ID) {} in Hello() function
31 bool runOnFunction(Function &F) override { in runOnFunction()