Home
last modified time | relevance | path

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

/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()
929 SectionChoice _sectionChoice; member in llvm::yaml::MappingTraits::NormalizedAtom
971 io.mapOptional("section-choice", keys->_sectionChoice, in mapping()