Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h456 std::optional<llvm::yaml::Hex32> NBuckets; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1880 if (Section.Header->NBuckets) in writeSectionContent()
1881 CBA.write<uint32_t>(*Section.Header->NBuckets, ELFT::Endianness); in writeSectionContent()
H A DELFYAML.cpp1913 IO.mapOptional("NBuckets", E.NBuckets); in mapping()