Home
last modified time | relevance | path

Searched refs:getARCEntrypoints (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
DCGObjC.cpp1748 llvm::Constant *&fn = CGM.getARCEntrypoints().clang_arc_use; in EmitARCIntrinsicUse()
1908 CGM.getARCEntrypoints().objc_retain, in EmitARCRetainNonBlock()
1922 CGM.getARCEntrypoints().objc_retainBlock, in EmitARCRetainBlock()
1932 assert(call->getCalledValue() == CGM.getARCEntrypoints().objc_retainBlock); in EmitARCRetainBlock()
1951 = CGM.getARCEntrypoints().retainAutoreleasedReturnValueMarker; in EmitARCRetainAutoreleasedReturnValue()
1987 CGM.getARCEntrypoints().objc_retainAutoreleasedReturnValue, in EmitARCRetainAutoreleasedReturnValue()
1997 llvm::Constant *&fn = CGM.getARCEntrypoints().objc_release; in EmitARCRelease()
2047 llvm::Constant *&fn = CGM.getARCEntrypoints().objc_storeStrong; in EmitARCStoreStrongCall()
2105 CGM.getARCEntrypoints().objc_autorelease, in EmitARCAutorelease()
2114 CGM.getARCEntrypoints().objc_autoreleaseReturnValue, in EmitARCAutoreleaseReturnValue()
[all …]
DCGCall.cpp2102 if (call->getCalledValue() == CGF.CGM.getARCEntrypoints().objc_retain) { in tryEmitFusedAutoreleaseOfResult()
2104 } else if (call->getCalledValue() == CGF.CGM.getARCEntrypoints() in tryEmitFusedAutoreleaseOfResult()
2113 if (CGF.CGM.getARCEntrypoints().retainAutoreleasedReturnValueMarker) { in tryEmitFusedAutoreleaseOfResult()
2122 CGF.CGM.getARCEntrypoints().retainAutoreleasedReturnValueMarker); in tryEmitFusedAutoreleaseOfResult()
2167 retainCall->getCalledValue() != CGF.CGM.getARCEntrypoints().objc_retain) in tryRemoveRetainOfSelf()
DCodeGenModule.h530 ARCEntrypoints &getARCEntrypoints() const { in getARCEntrypoints() function