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

Overridden By

tools/lld/include/lld/Core/Simple.h
  172   StringRef customSectionName() const override { return StringRef(); }
tools/lld/lib/ReaderWriter/MachO/Atoms.h
  104   StringRef customSectionName() const override {
tools/lld/lib/ReaderWriter/MachO/SectCreateFile.h
   43     StringRef customSectionName() const override { return _combinedName; }
tools/lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp
  874     StringRef customSectionName() const override { return _sectionName; }

References

tools/lld/lib/Core/SymbolTable.cpp
  236     if (!l->customSectionName().equals(r->customSectionName()))
  236     if (!l->customSectionName().equals(r->customSectionName()))
tools/lld/lib/ReaderWriter/MachO/LayoutPass.cpp
   64   if (definedAtom->customSectionName().empty())
   67     s << definedAtom->customSectionName();
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
  354     StringRef customName = atom->customSectionName();
  358       if (firstAtom->customSectionName().equals(customName)) {
tools/lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp
  823           _sectionName(atom->customSectionName()),