Searched refs:IdTy (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGObjCGNU.cpp | 126 llvm::PointerType *IdTy; member in __anon13748a720111::CGObjCGNU 623 EnforceType(Builder, Receiver, IdTy), in LookupIMP() 641 MsgLookupFn.init(&CGM, "objc_msg_lookup", IMPTy, IdTy, SelectorTy, in CGObjCGCC() 697 self = llvm::ConstantPointerNull::get(IdTy); in LookupIMP() 706 EnforceType(Builder, self, IdTy) }; in LookupIMP() 745 SelectorTy, IdTy, nullptr); in CGObjCGNUstep() 762 EnterCatchFn.init(&CGM, "objc_begin_catch", IdTy, PtrTy, nullptr); in CGObjCGNUstep() 770 SetPropertyAtomic.init(&CGM, "objc_setProperty_atomic", VoidTy, IdTy, in CGObjCGNUstep() 771 SelectorTy, IdTy, PtrDiffTy, nullptr); in CGObjCGNUstep() 773 IdTy, SelectorTy, IdTy, PtrDiffTy, nullptr); in CGObjCGNUstep() [all …]
|
D | CGObjC.cpp | 1425 QualType IdTy(CGM.getContext().getObjCIdType()); in GenerateObjCCtorDtorMethod() local 1427 Builder.CreateBitCast(LoadObjCSelf(), Types.ConvertType(IdTy)); in GenerateObjCCtorDtorMethod() 1428 EmitReturnOfRValue(RValue::get(SelfAsId), IdTy); in GenerateObjCCtorDtorMethod()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGObjCGNU.cpp | 130 llvm::PointerType *IdTy; member in __anon75da02000111::CGObjCGNU 693 EnforceType(Builder, Receiver, IdTy), in LookupIMP() 711 MsgLookupFn.init(&CGM, "objc_msg_lookup", IMPTy, IdTy, SelectorTy); in CGObjCGCC() 766 self = llvm::ConstantPointerNull::get(IdTy); in LookupIMP() 776 EnforceType(Builder, self, IdTy) }; in LookupIMP() 817 SelectorTy, IdTy); in CGObjCGNUstep() 838 EnterCatchFn.init(&CGM, "objc_begin_catch", IdTy, PtrTy); in CGObjCGNUstep() 845 SetPropertyAtomic.init(&CGM, "objc_setProperty_atomic", VoidTy, IdTy, in CGObjCGNUstep() 846 SelectorTy, IdTy, PtrDiffTy); in CGObjCGNUstep() 848 IdTy, SelectorTy, IdTy, PtrDiffTy); in CGObjCGNUstep() [all …]
|
D | CGObjC.cpp | 132 QualType IdTy(CGM.getContext().getObjCIdType()); in EmitObjCCollectionLiteral() local 134 CGM.CreateRuntimeVariable(ConvertType(IdTy), ConstantName); in EmitObjCCollectionLiteral() 135 LValue LV = MakeNaturalAlignAddrLValue(Constant, IdTy); in EmitObjCCollectionLiteral() 1678 QualType IdTy(CGM.getContext().getObjCIdType()); in GenerateObjCCtorDtorMethod() local 1680 Builder.CreateBitCast(LoadObjCSelf(), Types.ConvertType(IdTy)); in GenerateObjCCtorDtorMethod() 1681 EmitReturnOfRValue(RValue::get(SelfAsId), IdTy); in GenerateObjCCtorDtorMethod()
|