Searched refs:stmtOffset (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
D | DWARFContext.cpp | 36 unsigned stmtOffset = in dump() local 39 if (stmtOffset != -1U) { in dump() 43 DWARFDebugLine::parseStatementTable(lineData, &stmtOffset, state); in dump() 86 unsigned stmtOffset = in getLineTableForCompileUnit() local 89 if (stmtOffset == -1U) in getLineTableForCompileUnit() 93 if (const DWARFDebugLine::LineTable *lt = Line->getLineTable(stmtOffset)) in getLineTableForCompileUnit() 99 return Line->getOrParseLineTable(lineData, stmtOffset); in getLineTableForCompileUnit()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 159 unsigned stmtOffset = CUDIE->getAttributeValueAsSectionOffset( in dump() local 161 if (stmtOffset != -1U) { in dump() 165 LineTable.parse(lineData, &getLineSection().Relocs, &stmtOffset); in dump() 183 unsigned stmtOffset = 0; in dump() local 187 while (LineTable.Prologue.parse(lineData, &stmtOffset)) { in dump() 400 unsigned stmtOffset = in getLineTableForUnit() local 402 if (stmtOffset == -1U) in getLineTableForUnit() 405 stmtOffset += U->getLineTableOffset(); in getLineTableForUnit() 407 if (const DWARFLineTable *lt = Line->getLineTable(stmtOffset)) in getLineTableForUnit() 413 return Line->getOrParseLineTable(lineData, stmtOffset); in getLineTableForUnit()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 830 uint32_t stmtOffset = *Offset + U->getLineTableOffset(); in getLineTableForUnit() local 832 if (const DWARFLineTable *lt = Line->getLineTable(stmtOffset)) in getLineTableForUnit() 836 if (stmtOffset >= U->getLineSection().Data.size()) in getLineTableForUnit() 842 return Line->getOrParseLineTable(lineData, stmtOffset, *this, U, in getLineTableForUnit()
|