Home
last modified time | relevance | path

Searched refs:objc_storeStrong (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DARCRuntimeEntryPoints.h86 return getIntrinsicEntryPoint(StoreStrong, Intrinsic::objc_storeStrong); in get()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp179 case Intrinsic::objc_storeStrong: in lowerIntrinsics()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp123 case Intrinsic::objc_storeStrong: in GetFunctionClass()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.h199 llvm::Function *objc_storeStrong; member
H A DCGObjC.cpp2447 llvm::Function *&fn = CGM.getObjCEntrypoints().objc_storeStrong; in EmitARCStoreStrongCall()
2449 fn = CGM.getIntrinsic(llvm::Intrinsic::objc_storeStrong); in EmitARCStoreStrongCall()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DAutomaticReferenceCounting.rst2600 .. _arc.runtime.objc_storeStrong:
2602 ``void objc_storeStrong(id *object, id value);``
2614 void objc_storeStrong(id *object, id value) {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAutoUpgrade.cpp4177 {"objc_storeStrong", llvm::Intrinsic::objc_storeStrong}, in UpgradeARCRuntime()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DLangRef.rst22035 Lowers to a call to `objc_storeStrong <https://clang.llvm.org/docs/AutomaticReferenceCounting.html#…