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

References

tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp
  298           section.sectionName = getString16(sect->sectname);
  341           section.sectionName = getString16(sect->sectname);
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
  560                   llvm::dbgs() << "    section=" << s->sectionName
  649     setString16(sin.sectionName, sout->sectname);
  716       setString16(section->sectionName, sect->sectname);
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
  644   normSect->sectionName   = si->sectionName;
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp
  115     if (!p->sectionName.equals(section.sectionName) && !p->sectionName.empty())
  260                                 + "/" + section.sectionName.str();
  400                                           + "/" + section.sectionName
  448                                                 + "/" + section.sectionName
  469                                               + "/" + section.sectionName
  478                                   + "/" + section.sectionName.str();
  631              + section.segmentName + "/" + section.sectionName
  667              + section.segmentName + "/" + section.sectionName
  948       if (s.sectionName == "__debug_info")
  950       else if (s.sectionName == "__debug_abbrev")
  952       else if (s.sectionName == "__debug_str")
 1326         section.sectionName == "__eh_frame") {
 1370                                           sect.sectionName +
 1378                                           sect.sectionName +
 1386                                           sect.sectionName +
 1425   return (sect.segmentName == "__OBJC" && sect.sectionName == "__image_info") ||
 1426     (sect.segmentName == "__DATA" && sect.sectionName == "__objc_imageinfo");
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileYAML.cpp
  298     io.mapRequired("section",         sect.sectionName);
tools/lld/unittests/MachOTests/MachONormalizedFileBinaryReaderTests.cpp
  275   EXPECT_TRUE(text.sectionName.equals("__text"));
  301   EXPECT_TRUE(cstring.sectionName.equals("__cstring"));
  400   EXPECT_TRUE(text.sectionName.equals("__text"));
  436   EXPECT_TRUE(cstring.sectionName.equals("__cstring"));
  532   EXPECT_TRUE(text.sectionName.equals("__text"));
  577   EXPECT_TRUE(cstring.sectionName.equals("__cstring"));
  676   EXPECT_TRUE(text.sectionName.equals("__text"));
  720   EXPECT_TRUE(cstring.sectionName.equals("__cstring"));
tools/lld/unittests/MachOTests/MachONormalizedFileBinaryWriterTests.cpp
  121     text.sectionName = "__text";
  177   EXPECT_TRUE(text.sectionName.equals("__text"));
  239     text.sectionName = "__text";
  289   EXPECT_TRUE(text.sectionName.equals("__text"));
  350     text.sectionName = "__text";
  415   EXPECT_TRUE(text.sectionName.equals("__text"));
  480     text.sectionName = "__text";
  572   EXPECT_TRUE(text.sectionName.equals("__text"));
tools/lld/unittests/MachOTests/MachONormalizedFileYAMLTests.cpp
  212   EXPECT_TRUE(sect.sectionName.equals("__text"));
  283   EXPECT_TRUE(sect1.sectionName.equals("__text"));
  315   EXPECT_TRUE(sect2.sectionName.equals("__cstring"));
  413   EXPECT_TRUE(sect1.sectionName.equals("__text"));
  452   EXPECT_TRUE(sect2.sectionName.equals("__cstring"));
  541   EXPECT_TRUE(sect1.sectionName.equals("__text"));
  580   EXPECT_TRUE(sect2.sectionName.equals("__cstring"));
  681   EXPECT_TRUE(sect1.sectionName.equals("__text"));
  736   EXPECT_TRUE(sect2.sectionName.equals("__cstring"));