Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp825 _sectionSize(atom->sectionSize()) { in NormalizedAtom()
876 uint64_t sectionSize() const override { return _sectionSize; } in sectionSize()
938 uint64_t _sectionSize; member in llvm::yaml::MappingTraits::NormalizedAtom
974 io.mapOptional("section-size", keys->_sectionSize, (uint64_t)0); in mapping()