Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp69 bool DWARFDebugLine::Prologue::parse(DataExtractor debug_line_data, in parse() argument
74 TotalLength = debug_line_data.getU32(offset_ptr); in parse()
77 TotalLength = debug_line_data.getU64(offset_ptr); in parse()
81 Version = debug_line_data.getU16(offset_ptr); in parse()
85 PrologueLength = debug_line_data.getUnsigned(offset_ptr, in parse()
88 MinInstLength = debug_line_data.getU8(offset_ptr); in parse()
90 MaxOpsPerInst = debug_line_data.getU8(offset_ptr); in parse()
91 DefaultIsStmt = debug_line_data.getU8(offset_ptr); in parse()
92 LineBase = debug_line_data.getU8(offset_ptr); in parse()
93 LineRange = debug_line_data.getU8(offset_ptr); in parse()
[all …]
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h89 bool parse(DataExtractor debug_line_data, uint32_t *offset_ptr);
207 bool parse(DataExtractor debug_line_data, const RelocAddrMap *RMap,
224 const LineTable *getOrParseLineTable(DataExtractor debug_line_data,