Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp811 : _file(fileFromContext(io)), _contentType(), _alignment(1) { in NormalizedAtom()
820 _alignment(atom->alignment()), _sectionChoice(atom->sectionChoice()), in NormalizedAtom()
873 Alignment alignment() const override { return _alignment; } in alignment()
928 Alignment _alignment; member in llvm::yaml::MappingTraits::NormalizedAtom
969 io.mapOptional("alignment", keys->_alignment, in mapping()