Searched refs:EmitARCStoreStrongCall (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGBlocks.cpp | 2014 EmitARCStoreStrongCall(dstField, srcValue, true); in GenerateCopyHelperFunction() 2268 CGF.EmitARCStoreStrongCall(destField, value, /*ignored*/ true); in emitCopy() 2269 CGF.EmitARCStoreStrongCall(srcField, null, /*ignored*/ true); in emitCopy()
|
H A D | CGObjC.cpp | 1616 CGF.EmitARCStoreStrongCall(addr, null, /*ignored*/ true); in destroyARCStrongWithStore() 2432 EmitARCStoreStrongCall(addr, null, /*ignored*/ true); in EmitARCDestroyStrong() 2442 llvm::Value *CodeGenFunction::EmitARCStoreStrongCall(Address addr, in EmitARCStoreStrongCall() function in CodeGenFunction 2478 return EmitARCStoreStrongCall(dst.getAddress(*this), newValue, ignored); in EmitARCStoreStrong()
|
H A D | CGDecl.cpp | 2536 EmitARCStoreStrongCall(lv.getAddress(*this), ArgVal, true); in EmitParmDecl()
|
H A D | CodeGenFunction.h | 4229 llvm::Value *EmitARCStoreStrongCall(Address addr, llvm::Value *value,
|