Lines Matching refs:ObjCABI
814 unsigned ObjCABI; member in __anon0ea151f90111::CGObjCCommonMac
1032 return ObjCABI == 2; in isNonFragileABI()
1698 ObjCABI = 1; in CGObjCMac()
1917 Fn = (ObjCABI == 2) ? ObjCTypes.getSendStretFn2(IsSuper) in EmitMessageSend()
1920 Fn = (ObjCABI == 2) ? ObjCTypes.getSendFpretFn2(IsSuper) in EmitMessageSend()
1923 Fn = (ObjCABI == 2) ? ObjCTypes.getSendFp2RetFn2(IsSuper) in EmitMessageSend()
1930 Fn = (ObjCABI == 2) ? ObjCTypes.getSendFn2(IsSuper) in EmitMessageSend()
2958 (ObjCABI == 2) ? "__DATA, __objc_const" : in EmitPropertyList()
2978 Name, Init, (ObjCABI == 2) ? "__DATA, __objc_const" : StringRef(), in EmitProtocolMethodTypes()
4463 const char *Section = (ObjCABI == 1) ? in EmitImageInfo()
4472 Mod.addModuleFlag(llvm::Module::Error, "Objective-C Version", ObjCABI); in EmitImageInfo()
4640 ((ObjCABI == 2) ? "__TEXT,__objc_classname,cstring_literals" in GetClassName()
5002 ((ObjCABI == 2) ? "__TEXT,__objc_methname,cstring_literals" in GetMethodVarName()
5024 ((ObjCABI == 2) ? "__TEXT,__objc_methtype,cstring_literals" in GetMethodVarType()
5043 ((ObjCABI == 2) ? "__TEXT,__objc_methtype,cstring_literals" in GetMethodVarType()
5141 ObjCABI = 2; in CGObjCNonFragileABIMac()