Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h391 uint64_t UnitLength; member
687 Hdr.UnitLength; in getNextUnitOffset()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp433 W.printHex("Length", UnitLength); in dump()
454 std::tie(UnitLength, Format) = AS.getInitialLength(C); in extract()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp3159 hdr.UnitLength = size - 4; in init()
3239 endian::writeNext<uint32_t, ELFT::Endianness>(buf, hdr.UnitLength); in writeTo()