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

References

tools/lld/lib/Core/SymbolTable.cpp
   40     assert(atom.merge() != DefinedAtom::mergeByContent);
   44   if (atom.merge() == DefinedAtom::mergeByContent) {
  109   assert(first != DefinedAtom::mergeByContent);
  110   assert(second != DefinedAtom::mergeByContent);
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
  959   case lld::DefinedAtom::mergeByContent:
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp
  166     ENTRY(typeCString,           1, scopeLinkageUnit,     mergeByContent,
  168     ENTRY(typeUTF16String,       1, scopeLinkageUnit,     mergeByContent,
  172     ENTRY(typeLiteral4,          4, scopeLinkageUnit,     mergeByContent,
  174     ENTRY(typeLiteral8,          8, scopeLinkageUnit,     mergeByContent,
  176     ENTRY(typeLiteral16,        16, scopeLinkageUnit,     mergeByContent,
  178     ENTRY(typeCFString,          4, scopeLinkageUnit,     mergeByContent,
  186     ENTRY(typeGOT,               4, scopeLinkageUnit,     mergeByContent,
  188     ENTRY(typeObjC2CategoryList, 4, scopeTranslationUnit, mergeByContent,
tools/lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp
  326     io.enumCase(value, "by-content",   lld::DefinedAtom::mergeByContent);