Searched refs:EmitARCStoreStrongCall (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| D | CGBlocks.cpp | 1406 EmitARCStoreStrongCall(dstField, srcValue, true); in GenerateCopyHelperFunction() 1657 CGF.EmitARCStoreStrongCall(destField, value, /*ignored*/ true); in emitCopy() 1658 CGF.EmitARCStoreStrongCall(srcField, null, /*ignored*/ true); in emitCopy()
|
| D | CGObjC.cpp | 1309 CGF.EmitARCStoreStrongCall(addr, null, /*ignored*/ true); in destroyARCStrongWithStore() 2028 EmitARCStoreStrongCall(addr, null, /*ignored*/ true); in EmitARCDestroyStrong() 2038 llvm::Value *CodeGenFunction::EmitARCStoreStrongCall(llvm::Value *addr, in EmitARCStoreStrongCall() function in CodeGenFunction 2077 return EmitARCStoreStrongCall(dst.getAddress(), newValue, ignored); in EmitARCStoreStrong()
|
| D | CGDecl.cpp | 1695 EmitARCStoreStrongCall(lv.getAddress(), Arg, true); in EmitParmDecl()
|
| D | CodeGenFunction.h | 2207 llvm::Value *EmitARCStoreStrongCall(llvm::Value *addr, llvm::Value *value,
|