Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugLine.cpp38 while (debug_line_data.ValidOffset(offset)) { in Parse()
59 Parse(debug_line_data); in ParseIfNeeded()
121 if (debug_line_data.ValidOffset(debug_line_offset)) { in DumpStatementTable()
147 if (debug_line_data.GetByteSize() == 0) { in DumpOpcodes()
172 if (debug_line_data.ValidOffset(offset)) { in DumpStatementOpcodes()
185 debug_line_data.GetU8(&offset)); in DumpStatementOpcodes()
334 debug_line_data.GetULEB128(&offset); in DumpStatementOpcodes()
368 if (debug_line_data.ValidOffset(offset)) { in Parse()
384 uint8_t n = debug_line_data.GetU8(offset_ptr); in ReadDescriptors()
424 debug_line_data.GetU8(offset_ptr); in ParsePrologue()
[all …]
H A DDWARFDebugLine.h209 const lldb_private::DWARFDataExtractor &debug_line_data,
214 ParsePrologue(const lldb_private::DWARFDataExtractor &debug_line_data,
218 ParseStatementTable(const lldb_private::DWARFDataExtractor &debug_line_data,
223 const lldb_private::DWARFDataExtractor &debug_line_data,
227 const lldb_private::DWARFDataExtractor &debug_line_data,
230 ParseStatementTable(const lldb_private::DWARFDataExtractor &debug_line_data,
233 static void Parse(const lldb_private::DWARFDataExtractor &debug_line_data,
241 void Parse(const lldb_private::DWARFDataExtractor &debug_line_data);
242 void ParseIfNeeded(const lldb_private::DWARFDataExtractor &debug_line_data);