Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/Core/
H A DSymbolTable.cpp234 if (l->sectionChoice() != r->sectionChoice()) in isEqual()
236 if (l->sectionChoice() == DefinedAtom::sectionCustomRequired) { in isEqual()
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DSectCreateFile.h42 SectionChoice sectionChoice() const override { return sectionCustomRequired; } in sectionChoice() function
H A DAtoms.h101 SectionChoice sectionChoice() const override { in sectionChoice() function
H A DMachONormalizedFileFromAtoms.cpp345 if (atom->sectionChoice() == DefinedAtom::sectionBasedOnContent) { in sectionForAtom()
/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Core/
H A DDefinedAtom.h259 virtual SectionChoice sectionChoice() const = 0;
H A DSimple.h169 SectionChoice sectionChoice() const override { in sectionChoice() function
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp820 _alignment(atom->alignment()), _sectionChoice(atom->sectionChoice()), in NormalizedAtom()
874 SectionChoice sectionChoice() const override { return _sectionChoice; } in sectionChoice() function in llvm::yaml::MappingTraits::NormalizedAtom