Home
last modified time | relevance | path

Searched refs:SectionChoice (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Core/
H A DDefinedAtom.h169 enum SectionChoice { enum
259 virtual SectionChoice sectionChoice() const = 0;
H A DSimple.h169 SectionChoice sectionChoice() const override { in sectionChoice()
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DSectCreateFile.h42 SectionChoice sectionChoice() const override { return sectionCustomRequired; } in sectionChoice()
H A DAtoms.h101 SectionChoice sectionChoice() const override { in sectionChoice()
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp303 template <> struct ScalarEnumerationTraits<lld::DefinedAtom::SectionChoice> {
304 static void enumeration(IO &io, lld::DefinedAtom::SectionChoice &value) { in enumeration()
874 SectionChoice sectionChoice() const override { return _sectionChoice; } in sectionChoice()
929 SectionChoice _sectionChoice;