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

References

tools/lld/unittests/MachOTests/MachONormalizedFileBinaryWriterTests.cpp
  268   fromBinary(tmpFl, bufferOwner, f2, "i386");
  270   EXPECT_EQ(lld::MachOLinkingContext::arch_x86, f2->arch);
  271   EXPECT_EQ(MH_OBJECT, f2->fileType);
  272   EXPECT_EQ(FileFlags(MH_SUBSECTIONS_VIA_SYMBOLS), f2->flags);
  274   EXPECT_TRUE(f2->localSymbols.empty());
  275   EXPECT_TRUE(f2->globalSymbols.empty());
  276   EXPECT_EQ(2UL, f2->undefinedSymbols.size());
  277   const Symbol& barUndef = f2->undefinedSymbols[0];
  281   const Symbol& tbarUndef = f2->undefinedSymbols[1];
  286   EXPECT_EQ(1UL, f2->sections.size());
  287   const Section& text = f2->sections[0];