Home
last modified time | relevance | path

Searched refs:ObjCARCExpand (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DObjCARCExpand.cpp51 class ObjCARCExpand : public FunctionPass { class
61 ObjCARCExpand() : FunctionPass(ID) { in ObjCARCExpand() function in __anonf701aca90111::ObjCARCExpand
67 char ObjCARCExpand::ID = 0;
68 INITIALIZE_PASS(ObjCARCExpand,
72 return new ObjCARCExpand(); in createObjCARCExpandPass()
75 void ObjCARCExpand::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
79 bool ObjCARCExpand::doInitialization(Module &M) { in doInitialization()
84 bool ObjCARCExpand::runOnFunction(Function &F) { in runOnFunction()
DCMakeLists.txt4 ObjCARCExpand.cpp
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCExpand.cpp51 class ObjCARCExpand : public FunctionPass { class
61 ObjCARCExpand() : FunctionPass(ID) { in ObjCARCExpand() function in __anonc971cb870111::ObjCARCExpand
67 char ObjCARCExpand::ID = 0;
68 INITIALIZE_PASS(ObjCARCExpand,
72 return new ObjCARCExpand(); in createObjCARCExpandPass()
75 void ObjCARCExpand::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
79 bool ObjCARCExpand::doInitialization(Module &M) { in doInitialization()
84 bool ObjCARCExpand::runOnFunction(Function &F) { in runOnFunction()
DCMakeLists.txt4 ObjCARCExpand.cpp
/external/llvm-project/llvm/lib/Transforms/ObjCARC/
DObjCARCExpand.cpp95 class ObjCARCExpand : public FunctionPass { class
101 ObjCARCExpand() : FunctionPass(ID) { in ObjCARCExpand() function in __anonbe3a63950111::ObjCARCExpand
107 char ObjCARCExpand::ID = 0;
108 INITIALIZE_PASS(ObjCARCExpand, "objc-arc-expand", "ObjC ARC expansion", false,
111 Pass *llvm::createObjCARCExpandPass() { return new ObjCARCExpand(); } in createObjCARCExpandPass()
113 void ObjCARCExpand::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
117 bool ObjCARCExpand::runOnFunction(Function &F) { return runImpl(F); } in runOnFunction()
DCMakeLists.txt4 ObjCARCExpand.cpp
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/Transforms/ObjCARC/
DBUILD.gn14 "ObjCARCExpand.cpp",