Lines Matching refs:ObjCABI
831 unsigned ObjCABI; member in __anon0ea151f90111::CGObjCCommonMac
1702 ObjCABI = 1; in CGObjCMac()
1880 Fn = (ObjCABI == 2) ? ObjCTypes.getSendStretFn2(IsSuper) in EmitMessageSend()
1883 Fn = (ObjCABI == 2) ? ObjCTypes.getSendFpretFn2(IsSuper) in EmitMessageSend()
1886 Fn = (ObjCABI == 2) ? ObjCTypes.getSendFp2RetFn2(IsSuper) in EmitMessageSend()
1893 Fn = (ObjCABI == 2) ? ObjCTypes.getSendFn2(IsSuper) in EmitMessageSend()
2816 (ObjCABI == 2) ? "__DATA, __objc_const" : in EmitPropertyList()
2818 (ObjCABI == 2) ? 8 : 4, in EmitPropertyList()
2836 Name, Init, (ObjCABI == 2) ? "__DATA, __objc_const" : StringRef(), in EmitProtocolMethodTypes()
2837 (ObjCABI == 2) ? 8 : 4, true); in EmitProtocolMethodTypes()
4244 const char *Section = (ObjCABI == 1) ? in EmitImageInfo()
4253 Mod.addModuleFlag(llvm::Module::Error, "Objective-C Version", ObjCABI); in EmitImageInfo()
4416 ((ObjCABI == 2) ? "__TEXT,__objc_classname,cstring_literals" in GetClassName()
4736 ((ObjCABI == 2) ? "__TEXT,__objc_classname,cstring_literals" in BuildIvarLayoutBitmap()
4826 ((ObjCABI == 2) ? "__TEXT,__objc_methname,cstring_literals" in GetMethodVarName()
4848 ((ObjCABI == 2) ? "__TEXT,__objc_methtype,cstring_literals" in GetMethodVarType()
4867 ((ObjCABI == 2) ? "__TEXT,__objc_methtype,cstring_literals" in GetMethodVarType()
4965 ObjCABI = 2; in CGObjCNonFragileABIMac()