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

References

tools/lld/unittests/MachOTests/MachONormalizedFileYAMLTests.cpp
  204   EXPECT_EQ(f->arch, lld::MachOLinkingContext::arch_x86_64);
  205   EXPECT_EQ(f->fileType, llvm::MachO::MH_OBJECT);
  206   EXPECT_TRUE(f->localSymbols.empty());
  207   EXPECT_TRUE(f->globalSymbols.empty());
  208   EXPECT_TRUE(f->undefinedSymbols.empty());
  209   EXPECT_EQ(f->sections.size(), 1UL);
  210   const Section& sect = f->sections[0];