Home
last modified time | relevance | path

Searched refs:sectionChoice (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/lib/Core/
H A DSymbolTable.cpp227 if (l->sectionChoice() != r->sectionChoice()) in isEqual()
229 if (l->sectionChoice() == DefinedAtom::sectionCustomRequired) { in isEqual()
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DSectCreateFile.h41 SectionChoice sectionChoice() const override { return sectionCustomRequired; } in sectionChoice() function
H A DAtoms.h100 SectionChoice sectionChoice() const override { in sectionChoice() function
H A DMachONormalizedFileFromAtoms.cpp344 if (atom->sectionChoice() == DefinedAtom::sectionBasedOnContent) { in sectionForAtom()
/freebsd-13.1/contrib/llvm-project/lld/include/lld/Core/
H A DDefinedAtom.h258 virtual SectionChoice sectionChoice() const = 0;
H A DSimple.h168 SectionChoice sectionChoice() const override { in sectionChoice() function
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp819 _alignment(atom->alignment()), _sectionChoice(atom->sectionChoice()), in NormalizedAtom()
873 SectionChoice sectionChoice() const override { return _sectionChoice; } in sectionChoice() function in llvm::yaml::MappingTraits::NormalizedAtom