Home
last modified time | relevance | path

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

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