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

References

tools/clang/lib/CodeGen/CGObjCMac.cpp
 3795   auto countSlot = ivarList.addPlaceholder();
 3796   auto ivars = ivarList.beginArray(ObjCTypes.IvarTy);
 3815     ivarList.abandon();
 3819   ivars.finishAndAddTo(ivarList);
 3820   ivarList.fillPlaceholderWithInt(countSlot, ObjCTypes.IntTy, count);
 3825         CreateMetadataVar("OBJC_CLASS_VARIABLES_" + ID->getName(), ivarList,
 3829     GV = CreateMetadataVar("OBJC_INSTANCE_VARIABLES_" + ID->getName(), ivarList,