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

References

tools/lld/lib/Core/SymbolTable.cpp
  223   if (l == r)
  225   if (l == getEmptyKey() || r == getEmptyKey())
  227   if (l == getTombstoneKey() || r == getTombstoneKey())
  229   if (l->contentType() != r->contentType())
  231   if (l->size() != r->size())
  233   if (l->sectionChoice() != r->sectionChoice())
  235   if (l->sectionChoice() == DefinedAtom::sectionCustomRequired) {
  236     if (!l->customSectionName().equals(r->customSectionName()))
  239   ArrayRef<uint8_t> lc = l->rawContent();