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

References

tools/lld/unittests/MachOTests/MachONormalizedFileBinaryWriterTests.cpp
  288   EXPECT_TRUE(text.segmentName.equals("__TEXT"));
  289   EXPECT_TRUE(text.sectionName.equals("__text"));
  290   EXPECT_EQ(S_REGULAR, text.type);
  291   EXPECT_EQ(text.attributes,SectionAttr(S_ATTR_PURE_INSTRUCTIONS
  293   EXPECT_EQ((uint16_t)text.alignment, 16U);
  294   EXPECT_EQ(text.address, Hex64(0x0));
  295   EXPECT_EQ(22UL, text.content.size());
  296   const Relocation& call = text.relocations[0];
  304   const Relocation& absLoad = text.relocations[1];
  312   const Relocation& pic1 = text.relocations[2];
  318   const Relocation& pic2 = text.relocations[3];
  324   const Relocation& tlv = text.relocations[4];