Searched refs:lineTable (Results 1 – 1 of 1) sorted by relevance
151 const DWARFDebugLine::LineTable *lineTable = getLineTableForCompileUnit(cu); in getLineInfoForAddress() local152 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()