Searched refs:createARCRuntimeFunction (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGObjC.cpp | 1797 static llvm::Constant *createARCRuntimeFunction(CodeGenModule &CGM, in createARCRuntimeFunction() function 1831 fn = createARCRuntimeFunction(CGF.CGM, fnType, fnName); in emitARCValueOperation() 1856 fn = createARCRuntimeFunction(CGF.CGM, fnType, fnName); in emitARCLoadOperation() 1888 fn = createARCRuntimeFunction(CGF.CGM, fnType, fnName); in emitARCStoreOperation() 1918 fn = createARCRuntimeFunction(CGF.CGM, fnType, fnName); in emitARCCopyOperation() 2055 fn = createARCRuntimeFunction(CGM, fnType, "objc_release"); in EmitARCRelease() 2103 fn = createARCRuntimeFunction(CGM, fnType, "objc_storeStrong"); in EmitARCStoreStrongCall() 2260 fn = createARCRuntimeFunction(CGM, fnType, "objc_destroyWeak"); in EmitARCDestroyWeak() 2294 fn = createARCRuntimeFunction(CGM, fnType, "objc_autoreleasePoolPush"); in EmitObjCAutoreleasePoolPush() 2312 fn = createARCRuntimeFunction(CGM, fnType, "objc_autoreleasePoolPop"); in EmitObjCAutoreleasePoolPop()
|