Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFContext.cpp151 const DWARFDebugLine::LineTable *lineTable = getLineTableForCompileUnit(cu); in getLineInfoForAddress() local
152 if (!lineTable) in getLineInfoForAddress()
158 uint32_t rowIndex = lineTable->lookupAddress(address, hiPC); in getLineInfoForAddress()
163 const DWARFDebugLine::Row &row = lineTable->Rows[rowIndex]; in getLineInfoForAddress()
164 const std::string &fileName = lineTable->Prologue.FileNames[row.File-1].Name; in getLineInfoForAddress()