Searched refs:EmitARCStoreStrongCall (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 2021 EmitARCStoreStrongCall(dstField, srcValue, true); in GenerateCopyHelperFunction() 2266 CGF.EmitARCStoreStrongCall(destField, value, /*ignored*/ true); in emitCopy() 2267 CGF.EmitARCStoreStrongCall(srcField, null, /*ignored*/ true); in emitCopy()
|
| H A D | CGObjC.cpp | 1713 CGF.EmitARCStoreStrongCall(addr, null, /*ignored*/ true); in destroyARCStrongWithStore() 2514 EmitARCStoreStrongCall(addr, null, /*ignored*/ true); in EmitARCDestroyStrong() 2524 llvm::Value *CodeGenFunction::EmitARCStoreStrongCall(Address addr, in EmitARCStoreStrongCall() function in CodeGenFunction 2557 return EmitARCStoreStrongCall(dst.getAddress(), newValue, ignored); in EmitARCStoreStrong()
|
| H A D | CGDecl.cpp | 2790 EmitARCStoreStrongCall(lv.getAddress(), ArgVal, true); in EmitParmDecl()
|
| H A D | CodeGenFunction.h | 4925 llvm::Value *EmitARCStoreStrongCall(Address addr, llvm::Value *value,
|