Searched refs:createARCRuntimeFunction (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGObjC.cpp | 1788 static llvm::Constant *createARCRuntimeFunction(CodeGenModule &CGM, in createARCRuntimeFunction() function 1822 fn = createARCRuntimeFunction(CGF.CGM, fnType, fnName); in emitARCValueOperation() 1847 fn = createARCRuntimeFunction(CGF.CGM, fnType, fnName); in emitARCLoadOperation() 1881 fn = createARCRuntimeFunction(CGF.CGM, fnType, fnName); in emitARCStoreOperation() 1911 fn = createARCRuntimeFunction(CGF.CGM, fnType, fnName); in emitARCCopyOperation() 2029 fn = createARCRuntimeFunction(CGM, fnType, "objc_release"); in EmitARCRelease() 2080 fn = createARCRuntimeFunction(CGM, fnType, "objc_storeStrong"); in EmitARCStoreStrongCall() 2237 fn = createARCRuntimeFunction(CGM, fnType, "objc_destroyWeak"); in EmitARCDestroyWeak() 2271 fn = createARCRuntimeFunction(CGM, fnType, "objc_autoreleasePoolPush"); in EmitObjCAutoreleasePoolPush() 2289 fn = createARCRuntimeFunction(CGM, fnType, "objc_autoreleasePoolPop"); in EmitObjCAutoreleasePoolPop()
|