Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTable.h37 uint32_t getNameCount() const;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h451 uint32_t getNameCount() const { return Hdr.NameCount; } in getNameCount() function
463 NameIterator end() const { return NameIterator(this, getNameCount() + 1); } in end()
549 assert(CurrentName <= CurrentIndex->getNameCount()); in next()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTable.cpp23 uint32_t PDBStringTable::getNameCount() const { return NameCount; } in getNameCount() function in PDBStringTable
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1046 if (Index > NI.getNameCount()) { in verifyNameIndexBuckets()
1049 Bucket, NI.getUnitOffset(), Index, NI.getNameCount()); in verifyNameIndexBuckets()
1068 BucketStarts.emplace_back(NI.getBucketCount(), NI.getNameCount() + 1); in verifyNameIndexBuckets()
1111 while (Idx <= NI.getNameCount()) { in verifyNameIndexBuckets()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1228 P.formatLine("Name Count: {0}", IS->getNameCount()); in dumpStringTableFromPdb()