Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DebugInfo/GSYM/
DDwarfTransformer.cpp284 uint64_t RowAddress = Row.Address.Address; in convertFunctionLineTable() local
291 if (!FI.Range.contains(RowAddress)) { in convertFunctionLineTable()
292 if (RowAddress < FI.Range.Start) { in convertFunctionLineTable()
295 << HEX64(RowAddress) << " and the next one.\n"; in convertFunctionLineTable()
297 RowAddress = FI.Range.Start; in convertFunctionLineTable()
303 LineEntry LE(RowAddress, FileIdx, Row.Line); in convertFunctionLineTable()