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

Overridden By

tools/lld/include/lld/Core/Simple.h
  168   SectionChoice sectionChoice() const override {
tools/lld/lib/ReaderWriter/MachO/Atoms.h
  100   SectionChoice sectionChoice() const override {
tools/lld/lib/ReaderWriter/MachO/SectCreateFile.h
   41     SectionChoice sectionChoice() const override { return sectionCustomRequired; }
tools/lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp
  873     SectionChoice sectionChoice() const override { return _sectionChoice; }

References

tools/lld/lib/Core/SymbolTable.cpp
  233   if (l->sectionChoice() != r->sectionChoice())
  233   if (l->sectionChoice() != r->sectionChoice())
  235   if (l->sectionChoice() == DefinedAtom::sectionCustomRequired) {
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
  344   if (atom->sectionChoice() == DefinedAtom::sectionBasedOnContent) {
tools/lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp
  819           _alignment(atom->alignment()), _sectionChoice(atom->sectionChoice()),