Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Delf2yaml.cpp1267 uint64_t NChain = Data.getU32(Cur); in dumpHashSection() local
1268 if (Content.size() != (2 + NBucket + NChain) * 4) { in dumpHashSection()
1279 S->Chain.emplace(NChain); in dumpHashSection()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1391 assert(!IO.outputting() || (!Section.NBucket && !Section.NChain)); in sectionMapping()
1392 IO.mapOptional("NChain", Section.NChain); in sectionMapping()
H A DELFEmitter.cpp1505 Section.NChain.value_or(llvm::yaml::Hex64(Section.Chain->size())), in writeSectionContent()
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h404 std::optional<llvm::yaml::Hex64> NChain; member
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4751 size_t NChain = HashTable.nchain; in printHashHistogram() local
4759 if (NChain == 0 || NBucket == 0) in printHashHistogram()
4766 BitVector Visited(NChain); in printHashHistogram()
4767 for (size_t C = Buckets[B]; C < NChain; C = Chains[C]) { in printHashHistogram()