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

Declarations

tools/clang/lib/CodeGen/CGObjCMac.cpp
 1033   std::string GetSectionName(StringRef Section, StringRef MachOAttributes);

References

tools/clang/lib/CodeGen/CGObjCMac.cpp
 4972           : GetSectionName("__objc_imageinfo", "regular,no_dead_strip");
 6101                      GetSectionName("__objc_classlist",
 6105                      GetSectionName("__objc_nlclslist",
 6111                      GetSectionName("__objc_catlist",
 6114                      GetSectionName("__objc_catlist2",
 6117                      GetSectionName("__objc_nlcatlist",
 6526   PTGV->setSection(GetSectionName("__objc_protorefs",
 6990   PTGV->setSection(GetSectionName("__objc_protolist",
 7190     messageRef->setSection(GetSectionName("__objc_msgrefs", "coalesced"));
 7335         GetSectionName("__objc_classrefs", "regular,no_dead_strip");
 7374         GetSectionName("__objc_superrefs", "regular,no_dead_strip");
 7398         GetSectionName("__objc_superrefs", "regular,no_dead_strip");
 7495         GetSectionName("__objc_selrefs", "literal_pointers,no_dead_strip");