Searched refs:createARCRuntimeFunction (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGObjC.cpp | 1761 static llvm::Constant *createARCRuntimeFunction(CodeGenModule &CGM, in createARCRuntimeFunction() function 1795 fn = createARCRuntimeFunction(CGF.CGM, fnType, fnName); in emitARCValueOperation() 1820 fn = createARCRuntimeFunction(CGF.CGM, fnType, fnName); in emitARCLoadOperation() 1854 fn = createARCRuntimeFunction(CGF.CGM, fnType, fnName); in emitARCStoreOperation() 1884 fn = createARCRuntimeFunction(CGF.CGM, fnType, fnName); in emitARCCopyOperation() 2001 fn = createARCRuntimeFunction(CGM, fnType, "objc_release"); in EmitARCRelease() 2052 fn = createARCRuntimeFunction(CGM, fnType, "objc_storeStrong"); in EmitARCStoreStrongCall() 2209 fn = createARCRuntimeFunction(CGM, fnType, "objc_destroyWeak"); in EmitARCDestroyWeak() 2243 fn = createARCRuntimeFunction(CGM, fnType, "objc_autoreleasePoolPush"); in EmitObjCAutoreleasePoolPush() 2261 fn = createARCRuntimeFunction(CGM, fnType, "objc_autoreleasePoolPop"); in EmitObjCAutoreleasePoolPop()
|