Home
last modified time | relevance | path

Searched refs:sizeofTotalLength (Results 1 – 2 of 2) 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/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp260 debug_line_offset + Prologue.TotalLength + Prologue.sizeofTotalLength(); in parse()