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

References

tools/clang/lib/CodeGen/CGObjCGNU.cpp
 3726     symtab.addInt(LongTy, selectorCount);
 3728     symtab.addBitCast(selectorList, selStructPtrTy);
 3731     symtab.addInt(CGM.Int16Ty, Classes.size());
 3733     symtab.addInt(CGM.Int16Ty, Categories.size());
 3736     auto classList = symtab.beginArray(PtrToInt8Ty);
 3742     classList.finishAndAddTo(symtab);
 3745     return symtab.finishAndCreateGlobal("", CGM.getPointerAlign());