Home
last modified time | relevance | path

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

/external/llvm-project/lld/include/lld/Core/
DDefinedAtom.h168 enum SectionChoice { enum
258 virtual SectionChoice sectionChoice() const = 0;
DSimple.h168 SectionChoice sectionChoice() const override { in sectionChoice()
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DSectCreateFile.h41 SectionChoice sectionChoice() const override { return sectionCustomRequired; } in sectionChoice()
DAtoms.h100 SectionChoice sectionChoice() const override { in sectionChoice()
/external/llvm-project/lld/lib/ReaderWriter/YAML/
DReaderWriterYAML.cpp302 template <> struct ScalarEnumerationTraits<lld::DefinedAtom::SectionChoice> {
303 static void enumeration(IO &io, lld::DefinedAtom::SectionChoice &value) { in enumeration()
873 SectionChoice sectionChoice() const override { return _sectionChoice; } in sectionChoice()
928 SectionChoice _sectionChoice;