Searched refs:debug_line_data (Results 1 – 2 of 2) sorted by relevance
69 bool DWARFDebugLine::Prologue::parse(DataExtractor debug_line_data, in parse() argument74 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 …]
89 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,