Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTable.h31 uint32_t getNameCount() const;
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h452 uint32_t getNameCount() const { return Hdr.NameCount; } in getNameCount() function
464 NameIterator end() const { return NameIterator(this, getNameCount() + 1); } in end()
550 assert(CurrentName <= CurrentIndex->getNameCount()); in next()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTable.cpp22 uint32_t PDBStringTable::getNameCount() const { return NameCount; } in getNameCount() function in PDBStringTable
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1147 if (Index > NI.getNameCount()) { in verifyNameIndexBuckets()
1150 Bucket, NI.getUnitOffset(), Index, NI.getNameCount()); in verifyNameIndexBuckets()
1169 BucketStarts.emplace_back(NI.getBucketCount(), NI.getNameCount() + 1); in verifyNameIndexBuckets()
1212 while (Idx <= NI.getNameCount()) { in verifyNameIndexBuckets()
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1124 P.formatLine("Name Count: {0}", IS->getNameCount()); in dumpStringTableFromPdb()