Searched refs:EmitARCStoreStrongCall (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGBlocks.cpp | 1984 EmitARCStoreStrongCall(dstField, srcValue, true); in GenerateCopyHelperFunction() 2229 CGF.EmitARCStoreStrongCall(destField, value, /*ignored*/ true); in emitCopy() 2230 CGF.EmitARCStoreStrongCall(srcField, null, /*ignored*/ true); in emitCopy()
|
H A D | CGObjC.cpp | 1675 CGF.EmitARCStoreStrongCall(addr, null, /*ignored*/ true); in destroyARCStrongWithStore() 2491 EmitARCStoreStrongCall(addr, null, /*ignored*/ true); in EmitARCDestroyStrong() 2501 llvm::Value *CodeGenFunction::EmitARCStoreStrongCall(Address addr, in EmitARCStoreStrongCall() function in CodeGenFunction 2535 return EmitARCStoreStrongCall(dst.getAddress(*this), newValue, ignored); in EmitARCStoreStrong()
|
H A D | CGDecl.cpp | 2566 EmitARCStoreStrongCall(lv.getAddress(*this), ArgVal, true); in EmitParmDecl()
|
H A D | CodeGenFunction.h | 4308 llvm::Value *EmitARCStoreStrongCall(Address addr, llvm::Value *value,
|