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

References

tools/lld/unittests/MachOTests/MachONormalizedFileYAMLTests.cpp
  434   EXPECT_EQ(reloc2.offset, 0x0eU);
  435   EXPECT_TRUE(reloc2.scattered);
  436   EXPECT_EQ((int)reloc2.type, (int)llvm::MachO::GENERIC_RELOC_LOCAL_SECTDIFF);
  437   EXPECT_EQ(reloc2.length, 2);
  438   EXPECT_FALSE(reloc2.pcRel);
  439   EXPECT_EQ(reloc2.symbol, 0U);
  440   EXPECT_EQ((int)(reloc2.value), 0x21);