Home
last modified time | relevance | path

Searched refs:NameCount (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp374 W.printNumber("Name count", NameCount); in dump()
396 NameCount = AS.getU32(C); in extract()
504 Offset += Hdr.NameCount * 4; in extract()
506 Offset += Hdr.NameCount * SectionOffsetSize; in extract()
508 Offset += Hdr.NameCount * SectionOffsetSize; in extract()
638 assert(0 < Index && Index <= Hdr.NameCount); in getNameTableEntry()
661 assert(0 < Index && Index <= Hdr.NameCount); in getHashArrayEntry()
741 if (Index > Hdr.NameCount) { in dumpBucket()
746 for (; Index <= Hdr.NameCount; ++Index) { in dumpBucket()
818 for (; Index <= Hdr.NameCount; ++Index) { in findEntryOffsetInCurrentIndex()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTable.cpp22 uint32_t PDBStringTable::getNameCount() const { return NameCount; } in getNameCount()
76 if (auto EC = Reader.readInteger(NameCount)) in readEpilogue()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTable.h51 uint32_t NameCount = 0; variable
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp198 uint32_t NameCount; member
203 Header(uint32_t CompUnitCount, uint32_t BucketCount, uint32_t NameCount) in Header()
205 NameCount(NameCount) {} in Header()
381 Asm->emitInt32(NameCount); in emit()
/openbsd-src/gnu/llvm/llvm/utils/UnicodeData/
H A DUnicodeNameMappingGenerator.cpp357 uint32_t NameCount = 0; in main() local
373 NameCount++; in main()
433 argv[3], NameCount, Tree.size() / 1024.0, Dict.size() / 1024.0); in main()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h247 uint32_t NameCount; member
452 uint32_t getNameCount() const { return Hdr.NameCount; } in getNameCount()