Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
DObjCARCExpand.cpp51 class ObjCARCExpand : public FunctionPass { class
61 ObjCARCExpand() : FunctionPass(ID) { in ObjCARCExpand() function in __anon3a3481bf0111::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/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DObjCARC.cpp784 class ObjCARCExpand : public FunctionPass { class
794 ObjCARCExpand() : FunctionPass(ID) { in ObjCARCExpand() function in __anon2a2b45350411::ObjCARCExpand
800 char ObjCARCExpand::ID = 0;
801 INITIALIZE_PASS(ObjCARCExpand,
805 return new ObjCARCExpand(); in createObjCARCExpandPass()
808 void ObjCARCExpand::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
812 bool ObjCARCExpand::doInitialization(Module &M) { in doInitialization()
817 bool ObjCARCExpand::runOnFunction(Function &F) { in runOnFunction()