Home
last modified time | relevance | path

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

/external/llvm-project/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 bool runOnFunction(Function &F) override { in runOnFunction()
56 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
/external/swiftshader/third_party/llvm-10.0/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 bool runOnFunction(Function &F) override { in runOnFunction()
56 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
/external/llvm/lib/Transforms/Hello/
DHello.cpp45 struct Hello2 : public FunctionPass { struct
46 static char ID; // Pass identification, replacement for typeid
47 Hello2() : FunctionPass(ID) {} in Hello2() argument
49 bool runOnFunction(Function &F) override { in runOnFunction()
57 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()