Searched refs:EmitARCStoreStrongCall (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 1988 EmitARCStoreStrongCall(dstField, srcValue, true); in GenerateCopyHelperFunction() 2233 CGF.EmitARCStoreStrongCall(destField, value, /*ignored*/ true); in emitCopy() 2234 CGF.EmitARCStoreStrongCall(srcField, null, /*ignored*/ true); in emitCopy()
|
| H A D | CGObjC.cpp | 1623 CGF.EmitARCStoreStrongCall(addr, null, /*ignored*/ true); in destroyARCStrongWithStore() 2438 EmitARCStoreStrongCall(addr, null, /*ignored*/ true); in EmitARCDestroyStrong() 2448 llvm::Value *CodeGenFunction::EmitARCStoreStrongCall(Address addr, in EmitARCStoreStrongCall() function in CodeGenFunction 2482 return EmitARCStoreStrongCall(dst.getAddress(*this), newValue, ignored); in EmitARCStoreStrong()
|
| H A D | CGDecl.cpp | 2562 EmitARCStoreStrongCall(lv.getAddress(*this), ArgVal, true); in EmitParmDecl()
|
| H A D | CodeGenFunction.h | 4296 llvm::Value *EmitARCStoreStrongCall(Address addr, llvm::Value *value,
|