Searched refs:UnitLength (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h232 uint64_t UnitLength; member in struct:llvm::DWARFDebugNames::Header
462 Hdr.UnitLength;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp621 unsigned UnitLength = Data.getU32(&Offset); local
622 uint64_t UnitEnd = Offset + UnitLength;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp367 W.printHex("Length", UnitLength);
388 std::tie(UnitLength, Format) = AS.getInitialLength(C);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp193 uint32_t UnitLength = 0; member in struct:__anon3423::Dwarf5AccelTableWriter::Header

Completed in 119 milliseconds