Searched refs:objc_retainAutorelease (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Transforms/ObjCARC/
H A DARCRuntimeEntryPoints.h95 Intrinsic::objc_retainAutorelease);
132 /// Declaration for objc_retainAutorelease().
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp182 case Intrinsic::objc_retainAutorelease:
183 Changed |= lowerObjCCall(F, "objc_retainAutorelease");
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp115 case Intrinsic::objc_retainAutorelease:
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DIntrinsicInst.cpp50 case Intrinsic::objc_retainAutorelease:
H A DAutoUpgrade.cpp4629 {"objc_retainAutorelease", llvm::Intrinsic::objc_retainAutorelease},
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.h175 /// id objc_retainAutorelease(id);
176 llvm::Function *objc_retainAutorelease; member in struct:clang::CodeGen::ObjCEntrypoints
H A DCGObjC.cpp2585 /// call i8* \@objc_retainAutorelease(i8* %value)
2604 /// call i8* \@objc_retainAutorelease(i8* %value)
2608 CGM.getObjCEntrypoints().objc_retainAutorelease,
2609 llvm::Intrinsic::objc_retainAutorelease);

Completed in 121 milliseconds