Searched refs:DebugLineData (Results 1 – 2 of 2) sorted by relevance
368 DebugLineData.getInitialLength(Cursor); in parse()370 DebugLineData = in parse()396 DebugLineData = DWARFDataExtractor(DebugLineData, EndPrologueOffset); in parse()397 MinInstLength = DebugLineData.getU8(Cursor); in parse()400 DefaultIsStmt = DebugLineData.getU8(Cursor); in parse()401 LineBase = DebugLineData.getU8(Cursor); in parse()402 LineRange = DebugLineData.getU8(Cursor); in parse()403 OpcodeBase = DebugLineData.getU8(Cursor); in parse()583 if (!DebugLineData.isValidOffset(Offset)) in getOrParseLineTable()1434 : DebugLineData(Data), Context(C) { in SectionParser()[all …]
282 Error parse(DWARFDataExtractor &DebugLineData, uint64_t *OffsetPtr,311 getOrParseLineTable(DWARFDataExtractor &DebugLineData, uint64_t Offset,363 DWARFDataExtractor &DebugLineData; variable