Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp810 : _file(fileFromContext(io)), _contentType(), _alignment(1) { in NormalizedAtom()
819 _alignment(atom->alignment()), _sectionChoice(atom->sectionChoice()), in NormalizedAtom()
872 Alignment alignment() const override { return _alignment; } in alignment()
927 Alignment _alignment; member in llvm::yaml::MappingTraits::NormalizedAtom
968 io.mapOptional("alignment", keys->_alignment, in mapping()