Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/ObjCARC/
H A DARCRuntimeEntryPoints.h86 return getIntrinsicEntryPoint(StoreStrong, Intrinsic::objc_storeStrong); in get()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp194 case Intrinsic::objc_storeStrong: in lowerIntrinsics()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp123 case Intrinsic::objc_storeStrong: in GetFunctionClass()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DIntrinsicInst.cpp54 case Intrinsic::objc_storeStrong: in mayLowerToFunctionCall()
H A DAutoUpgrade.cpp4635 {"objc_storeStrong", llvm::Intrinsic::objc_storeStrong}, in UpgradeARCRuntime()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.h195 llvm::Function *objc_storeStrong; member
H A DCGObjC.cpp2506 llvm::Function *&fn = CGM.getObjCEntrypoints().objc_storeStrong; in EmitARCStoreStrongCall()
2508 fn = getARCIntrinsic(llvm::Intrinsic::objc_storeStrong, CGM); in EmitARCStoreStrongCall()
/openbsd/gnu/llvm/clang/docs/
H A DAutomaticReferenceCounting.rst2602 .. _arc.runtime.objc_storeStrong:
2604 ``void objc_storeStrong(id *object, id value);``
2616 void objc_storeStrong(id *object, id value) {
/openbsd/gnu/llvm/llvm/docs/
H A DLangRef.rst26524 Lowers to a call to `objc_storeStrong <https://clang.llvm.org/docs/AutomaticReferenceCounting.html#…