Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h239 uint64_t UnitLength; member
469 Hdr.UnitLength; in getNextUnitOffset()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugLineTest.cpp142 uint64_t UnitLength; in checkDefaultPrologue() local
147 UnitLength = PrologueLength + 2; in checkDefaultPrologue()
153 UnitLength = PrologueLength + 2; in checkDefaultPrologue()
157 UnitLength = PrologueLength + 4; in checkDefaultPrologue()
164 UnitLength += BodyLength + (Format == DWARF32 ? 4 : 8); in checkDefaultPrologue()
166 EXPECT_EQ(Prologue.TotalLength, UnitLength); in checkDefaultPrologue()
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp660 unsigned UnitLength = Data.getU32(&Offset); in translateLineTable() local
661 uint64_t UnitEnd = Offset + UnitLength; in translateLineTable()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp366 W.printHex("Length", UnitLength); in dump()
387 std::tie(UnitLength, Format) = AS.getInitialLength(C); in extract()
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp179 UnitLengthType UnitLength; // Size of loclist entris section, not including member
199 support::endian::write(*HeaderStream, Header.UnitLength + HeaderSize, in getDWARF5Header()