Searched refs:ObjCARCExpand (Results 1 – 7 of 7) sorted by relevance
51 class ObjCARCExpand : public FunctionPass { class61 ObjCARCExpand() : FunctionPass(ID) { in ObjCARCExpand() function in __anonf701aca90111::ObjCARCExpand67 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()
4 ObjCARCExpand.cpp
51 class ObjCARCExpand : public FunctionPass { class61 ObjCARCExpand() : FunctionPass(ID) { in ObjCARCExpand() function in __anonc971cb870111::ObjCARCExpand67 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()
95 class ObjCARCExpand : public FunctionPass { class101 ObjCARCExpand() : FunctionPass(ID) { in ObjCARCExpand() function in __anonbe3a63950111::ObjCARCExpand107 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()
14 "ObjCARCExpand.cpp",