Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h239 uint64_t UnitLength; member
469 Hdr.UnitLength; in getNextUnitOffset()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp647 unsigned UnitLength = Data.getU32(&Offset); in translateLineTable() local
648 uint64_t UnitEnd = Offset + UnitLength; in translateLineTable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp367 W.printHex("Length", UnitLength); in dump()
388 std::tie(UnitLength, Format) = AS.getInitialLength(C); in extract()