reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGObjCMac.cpp
 1086     return ObjCABI == 2;
 1874   ObjCABI = 1;
 2195     Fn = (ObjCABI == 2) ?  ObjCTypes.getSendStretFn2(IsSuper)
 2198     Fn = (ObjCABI == 2) ? ObjCTypes.getSendFpretFn2(IsSuper)
 2201     Fn = (ObjCABI == 2) ? ObjCTypes.getSendFp2RetFn2(IsSuper)
 2208     Fn = (ObjCABI == 2) ? ObjCTypes.getSendFn2(IsSuper)
 3309     Section = (ObjCABI == 2) ? "__DATA, __objc_const"
 3330   if (CGM.getTriple().isOSBinFormatMachO() && ObjCABI == 2)
 4970       (ObjCABI == 1)
 4979   Mod.addModuleFlag(llvm::Module::Error, "Objective-C Version", ObjCABI);
 5606   ObjCABI = 2;