Searched refs:EmitARCStoreStrongCall (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 1950 EmitARCStoreStrongCall(dstField, srcValue, true); in GenerateCopyHelperFunction() 2193 CGF.EmitARCStoreStrongCall(destField, value, /*ignored*/ true); in emitCopy() 2194 CGF.EmitARCStoreStrongCall(srcField, null, /*ignored*/ true); in emitCopy()
|
| H A D | CGObjC.cpp | 1665 CGF.EmitARCStoreStrongCall(addr, null, /*ignored*/ true); in destroyARCStrongWithStore() 2469 EmitARCStoreStrongCall(addr, null, /*ignored*/ true); in EmitARCDestroyStrong() 2479 llvm::Value *CodeGenFunction::EmitARCStoreStrongCall(Address addr, in EmitARCStoreStrongCall() function in CodeGenFunction 2513 return EmitARCStoreStrongCall(dst.getAddress(*this), newValue, ignored); in EmitARCStoreStrong()
|
| H A D | CGDecl.cpp | 2650 EmitARCStoreStrongCall(lv.getAddress(*this), ArgVal, true); in EmitParmDecl()
|
| H A D | CodeGenFunction.h | 4445 llvm::Value *EmitARCStoreStrongCall(Address addr, llvm::Value *value,
|