Lines Matching refs:getPointerAlign

689         CGF.CreateTempAlloca(Receiver->getType(), CGF.getPointerAlign());  in LookupIMP()
714 CGF.getPointerAlign()); in LookupIMP()
733 CGF.getPointerAlign()); in LookupIMPSuper()
1115 CGF.getPointerAlign()); in GetAddrOfSelector()
1212 fields, CGM.getPointerAlign(), in GetEHType()
1222 CharUnits Align = CGM.getPointerAlign(); in GenerateConstantString()
1333 Builder.CreateAlignedLoad(ReceiverClass, CGF.getPointerAlign()); in GenerateMessageSendSuper()
1340 CGF.getPointerAlign()); in GenerateMessageSendSuper()
1566 return MakeGlobal(ObjCMethodListTy, Methods, CGM.getPointerAlign(), in GenerateMethodList()
1602 return MakeGlobal(ObjCIvarListTy, Elements, CGM.getPointerAlign(), in GenerateIvarList()
1687 MakeGlobal(ClassTy, Elements, CGM.getPointerAlign(), ClassSym, in GenerateClassStructure()
1720 return MakeGlobal(ObjCMethodDescListTy, Methods, CGM.getPointerAlign(), in GenerateProtocolMethodList()
1754 return MakeGlobal(ProtocolListTy, Elements, CGM.getPointerAlign(), in GenerateProtocolList()
1791 return MakeGlobal(ProtocolTy, Elements, CGM.getPointerAlign(), in GenerateEmptyProtocol()
1948 CGM.getPointerAlign(), ".objc_protocol"), IdTy); in GenerateProtocol()
1990 ProtocolElements, CGM.getPointerAlign(), in GenerateProtocolHolderCategory()
1994 PtrTy, PtrTy, PtrTy, nullptr), Elements, CGM.getPointerAlign()), in GenerateProtocolHolderCategory()
2087 PtrTy, PtrTy, PtrTy, nullptr), Elements, CGM.getPointerAlign()), in GenerateCategory()
2266 MakeGlobalArray(PtrToIntTy, IvarOffsetValues, CGM.getPointerAlign(), in GenerateClass()
2424 Statics = MakeGlobal(StaticsListTy, Elements, CGM.getPointerAlign(), in ModuleInitFunction()
2432 CGM.getPointerAlign(), ".objc_statics_ptr"); in ModuleInitFunction()
2483 MakeGlobalArray(SelStructTy, Selectors, CGM.getPointerAlign(), in ModuleInitFunction()
2518 MakeGlobal(SymTabTy, Elements, CGM.getPointerAlign()); in ModuleInitFunction()
2559 llvm::Value *Module = MakeGlobal(ModuleTy, Elements, CGM.getPointerAlign()); in ModuleInitFunction()
2864 CGF.getPointerAlign(), "ivar")), in EmitIvarOffset()