Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h67 uint32_t sizeofTotalLength() const { in sizeofTotalLength() function
76 return PrologueLength + sizeofTotalLength() + sizeof(Version) + in getLength()
81 return TotalLength + sizeofTotalLength() - getLength(); in getStatementTableLength()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h104 uint32_t sizeofTotalLength() const { return isDWARF64() ? 12 : 4; } in sizeofTotalLength() function
112 return PrologueLength + sizeofTotalLength() + sizeof(getVersion()) + in getLength()
118 return TotalLength + sizeofTotalLength() - getLength(); in getStatementTableLength()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugLineTest.cpp257 Expected->Prologue.sizeofTotalLength() + Expected->Prologue.TotalLength; in TEST_P()
366 Prologue.TotalLength + 1 + Prologue.sizeofTotalLength(); in TEST_P()
395 Prologue.TotalLength - 1 + Prologue.sizeofTotalLength(); in TEST_P()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp510 DebugLineOffset + Prologue.TotalLength + Prologue.sizeofTotalLength(); in parse()
1123 Offset = OldOffset + P.TotalLength + P.sizeofTotalLength(); in moveToNextTable()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp260 debug_line_offset + Prologue.TotalLength + Prologue.sizeofTotalLength(); in parse()