Searched refs:createARCRuntimeFunction (Results 1 – 1 of 1) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| D | CGObjC.cpp | 1756 static llvm::Constant *createARCRuntimeFunction(CodeGenModule &CGM, in createARCRuntimeFunction() function 1790 fn = createARCRuntimeFunction(CGF.CGM, fnType, fnName); in emitARCValueOperation() 1815 fn = createARCRuntimeFunction(CGF.CGM, fnType, fnName); in emitARCLoadOperation() 1849 fn = createARCRuntimeFunction(CGF.CGM, fnType, fnName); in emitARCStoreOperation() 1879 fn = createARCRuntimeFunction(CGF.CGM, fnType, fnName); in emitARCCopyOperation() 1997 fn = createARCRuntimeFunction(CGM, fnType, "objc_release"); in EmitARCRelease() 2049 fn = createARCRuntimeFunction(CGM, fnType, "objc_storeStrong"); in EmitARCStoreStrongCall() 2206 fn = createARCRuntimeFunction(CGM, fnType, "objc_destroyWeak"); in EmitARCDestroyWeak() 2240 fn = createARCRuntimeFunction(CGM, fnType, "objc_autoreleasePoolPush"); in EmitObjCAutoreleasePoolPush() 2258 fn = createARCRuntimeFunction(CGM, fnType, "objc_autoreleasePoolPop"); in EmitObjCAutoreleasePoolPop()
|