Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDataExtractor.h34 GetDWARFSizeofInitialLength() const { return m_is_dwarf64 ? 12 : 4; } in GetDWARFSizeofInitialLength() function
HDDWARFDebugLine.cpp588 …set = debug_line_offset + prologue->total_length + (debug_line_data.GetDWARFSizeofInitialLength()); in ParseStatementTable()