Home
last modified time | relevance | path

Searched refs:getHashDataEntryLength (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h256 Offset += Current.Table.getHashDataEntryLength();
328 uint32_t getHashDataEntryLength() const { return HashDataEntryLength; } in getHashDataEntryLength() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp223 W.printNumber("Size of each hash data entry", getHashDataEntryLength()); in dump()
320 Offset += getTable().getHashDataEntryLength(); in prepareNextEntryOrEnd()
378 uint64_t EndOffset = DataOffset + *NumEntries * getHashDataEntryLength(); in equal_range()