Home
last modified time | relevance | path

Searched refs:stmtOffset (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp159 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-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp889 uint64_t stmtOffset = *Offset + U->getLineTableOffset(); in getLineTableForUnit() local
891 if (const DWARFLineTable *lt = Line->getLineTable(stmtOffset)) in getLineTableForUnit()
895 if (stmtOffset >= U->getLineSection().Data.size()) in getLineTableForUnit()
901 return Line->getOrParseLineTable(lineData, stmtOffset, *this, U, in getLineTableForUnit()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp947 uint64_t stmtOffset = *Offset + U->getLineTableOffset(); in getLineTableForUnit() local
949 if (const DWARFLineTable *lt = Line->getLineTable(stmtOffset)) in getLineTableForUnit()
953 if (stmtOffset >= U->getLineSection().Data.size()) in getLineTableForUnit()
959 return Line->getOrParseLineTable(lineData, stmtOffset, *this, U, in getLineTableForUnit()