Home
last modified time | relevance | path

Searched refs:UnitLength (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h240 uint64_t UnitLength; member
470 Hdr.UnitLength; in getNextUnitOffset()
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp639 unsigned UnitLength = Data.getU32(&Offset); in translateLineTable() local
640 uint64_t UnitEnd = Offset + UnitLength; in translateLineTable()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp367 W.printHex("Length", UnitLength); in dump()
388 std::tie(UnitLength, Format) = AS.getInitialLength(C); in extract()