Searched refs:EmitARCStoreStrongCall (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBlocks.cpp | 1965 EmitARCStoreStrongCall(dstField, srcValue, true); in GenerateCopyHelperFunction() 2210 CGF.EmitARCStoreStrongCall(destField, value, /*ignored*/ true); in emitCopy() 2211 CGF.EmitARCStoreStrongCall(srcField, null, /*ignored*/ true); in emitCopy()
|
H A D | CGObjC.cpp | 1669 CGF.EmitARCStoreStrongCall(addr, null, /*ignored*/ true); in destroyARCStrongWithStore() 2468 EmitARCStoreStrongCall(addr, null, /*ignored*/ true); in EmitARCDestroyStrong() 2478 llvm::Value *CodeGenFunction::EmitARCStoreStrongCall(Address addr, in EmitARCStoreStrongCall() function in CodeGenFunction 2511 return EmitARCStoreStrongCall(dst.getAddress(), newValue, ignored); in EmitARCStoreStrong()
|
H A D | CGDecl.cpp | 2710 EmitARCStoreStrongCall(lv.getAddress(), ArgVal, true); in EmitParmDecl()
|
H A D | CodeGenFunction.h | 4743 llvm::Value *EmitARCStoreStrongCall(Address addr, llvm::Value *value,
|