Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/ObjCARC/
DObjCARCExpand.cpp52 class ObjCARCExpand : public FunctionPass { class
62 ObjCARCExpand() : FunctionPass(ID) { in ObjCARCExpand() function in __anondde90a9e0111::ObjCARCExpand
68 char ObjCARCExpand::ID = 0;
69 INITIALIZE_PASS(ObjCARCExpand,
73 return new ObjCARCExpand(); in createObjCARCExpandPass()
76 void ObjCARCExpand::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
80 bool ObjCARCExpand::doInitialization(Module &M) { in doInitialization()
85 bool ObjCARCExpand::runOnFunction(Function &F) { in runOnFunction()
DCMakeLists.txt4 ObjCARCExpand.cpp
DAndroid.mk9 ObjCARCExpand.cpp \
/external/llvm/patches/
D0004-Add-Android-makefiles-for-LLVM.patch3405 + ObjCARCExpand.cpp \