Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTable.h31 uint32_t getNameCount() const;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h604 uint32_t getNameCount() const { return Hdr.NameCount; } in getNameCount() function
616 NameIterator end() const { return NameIterator(this, getNameCount() + 1); } in end()
702 assert(CurrentName <= CurrentIndex->getNameCount()); in next()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTable.cpp22 uint32_t PDBStringTable::getNameCount() const { return NameCount; } in getNameCount() function in PDBStringTable
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1169 if (Index > NI.getNameCount()) { in verifyNameIndexBuckets()
1172 Bucket, NI.getUnitOffset(), Index, NI.getNameCount()); in verifyNameIndexBuckets()
1191 BucketStarts.emplace_back(NI.getBucketCount(), NI.getNameCount() + 1); in verifyNameIndexBuckets()
1234 while (Idx <= NI.getNameCount()) { in verifyNameIndexBuckets()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1125 P.formatLine("Name Count: {0}", IS->getNameCount()); in dumpStringTableFromPdb()