Searched refs:setARCRuntimeFunctionLinkage (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/clang/lib/CodeGen/ |
D | CGObjC.cpp | 2081 static void setARCRuntimeFunctionLinkage(CodeGenModule &CGM, llvm::Value *RTF) { in setARCRuntimeFunctionLinkage() function 2093 static void setARCRuntimeFunctionLinkage(CodeGenModule &CGM, in setARCRuntimeFunctionLinkage() function 2095 setARCRuntimeFunctionLinkage(CGM, RTF.getCallee()); in setARCRuntimeFunctionLinkage() 2110 setARCRuntimeFunctionLinkage(CGF.CGM, fn); in emitARCValueOperation() 2132 setARCRuntimeFunctionLinkage(CGF.CGM, fn); in emitARCLoadOperation() 2160 setARCRuntimeFunctionLinkage(CGF.CGM, fn); in emitARCStoreOperation() 2185 setARCRuntimeFunctionLinkage(CGF.CGM, fn); in emitARCCopyOperation() 2367 setARCRuntimeFunctionLinkage(CGM, fn); in EmitARCRelease() 2413 setARCRuntimeFunctionLinkage(CGM, fn); in EmitARCStoreStrongCall() 2569 setARCRuntimeFunctionLinkage(CGM, fn); in EmitARCDestroyWeak() [all …]
|