Home
last modified time | relevance | path

Searched refs:IdTy (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGObjCGNU.cpp140 llvm::PointerType *IdTy; member in __anon786c61a70111::CGObjCGNU
695 EnforceType(Builder, Receiver, IdTy), in LookupIMP()
713 MsgLookupFn.init(&CGM, "objc_msg_lookup", IMPTy, IdTy, SelectorTy); in CGObjCGCC()
768 self = llvm::ConstantPointerNull::get(IdTy); in LookupIMP()
778 EnforceType(Builder, self, IdTy) }; in LookupIMP()
819 SelectorTy, IdTy); in CGObjCGNUstep()
840 EnterCatchFn.init(&CGM, "objc_begin_catch", IdTy, PtrTy); in CGObjCGNUstep()
847 SetPropertyAtomic.init(&CGM, "objc_setProperty_atomic", VoidTy, IdTy, in CGObjCGNUstep()
848 SelectorTy, IdTy, PtrDiffTy); in CGObjCGNUstep()
850 IdTy, SelectorTy, IdTy, PtrDiffTy); in CGObjCGNUstep()
[all …]
HDCGObjC.cpp131 QualType IdTy(CGM.getContext().getObjCIdType()); in EmitObjCCollectionLiteral() local
133 CGM.CreateRuntimeVariable(ConvertType(IdTy), ConstantName); in EmitObjCCollectionLiteral()
134 LValue LV = MakeNaturalAlignAddrLValue(Constant, IdTy); in EmitObjCCollectionLiteral()
1609 QualType IdTy(CGM.getContext().getObjCIdType()); in GenerateObjCCtorDtorMethod() local
1611 Builder.CreateBitCast(LoadObjCSelf(), Types.ConvertType(IdTy)); in GenerateObjCCtorDtorMethod()
1612 EmitReturnOfRValue(RValue::get(SelfAsId), IdTy); in GenerateObjCCtorDtorMethod()