Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugLineTest.cpp140 uint64_t BodyLength) { in checkDefaultPrologue() argument
164 UnitLength += BodyLength + (Format == DWARF32 ? 4 : 8); in checkDefaultPrologue()
1739 Prologue.TotalLength += BodyLength + 1;
1766 uint64_t BodyLength; member
1778 std::tie(BodyLength, Opcode, Operands, ExpectedOutput, ExpectedErr) =
1788 std::tie(BodyLength, OpcodeLength, Opcode, Operands, ExpectedOutput,