Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DNameHashTable.h34 uint32_t getNameCount() const { return NameCount; } in getNameCount() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBStringTable.h39 uint32_t getNameCount() const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAcceleratorTable.h449 uint32_t getNameCount() const { return Hdr.NameCount; } in getNameCount() function
461 NameIterator end() const { return NameIterator(this, getNameCount() + 1); } in end()
537 assert(CurrentName <= CurrentIndex->getNameCount()); in next()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/PDB/
DStringTableBuilderTest.cpp65 EXPECT_EQ(6U, Table.getNameCount()); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DPDBStringTable.cpp24 uint32_t PDBStringTable::getNameCount() const { return NameCount; } in getNameCount() function in PDBStringTable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFVerifier.cpp860 if (Index > NI.getNameCount()) { in verifyNameIndexBuckets()
863 Bucket, NI.getUnitOffset(), Index, NI.getNameCount()); in verifyNameIndexBuckets()
882 BucketStarts.emplace_back(NI.getBucketCount(), NI.getNameCount() + 1); in verifyNameIndexBuckets()
925 while (Idx <= NI.getNameCount()) { in verifyNameIndexBuckets()
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp325 P.printNumber("Name Count", NameTable.getNameCount()); in dumpNamedStream()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp1011 P.formatLine("Name Count: {0}", IS->getNameCount()); in dumpStringTableFromPdb()