Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/YAML/
DReaderWriterYAML.cpp819 _alignment(atom->alignment()), _sectionChoice(atom->sectionChoice()), in NormalizedAtom()
873 SectionChoice sectionChoice() const override { return _sectionChoice; } in sectionChoice()
928 SectionChoice _sectionChoice; member in llvm::yaml::MappingTraits::NormalizedAtom
970 io.mapOptional("section-choice", keys->_sectionChoice, in mapping()