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

References

tools/lld/unittests/MachOTests/MachONormalizedFileYAMLTests.cpp
  175   EXPECT_EQ(f->arch, lld::MachOLinkingContext::arch_x86_64);
  176   EXPECT_EQ(f->fileType, llvm::MachO::MH_OBJECT);
  177   EXPECT_TRUE(f->sections.empty());
  178   EXPECT_TRUE(f->localSymbols.empty());
  179   EXPECT_TRUE(f->undefinedSymbols.empty());
  180   EXPECT_EQ(f->globalSymbols.size(), 1UL);
  181   const Symbol& sym = f->globalSymbols[0];