Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp283 uint64_t RowAddress = Row.Address.Address; in convertFunctionLineTable() local
290 if (!FI.Range.contains(RowAddress)) { in convertFunctionLineTable()
291 if (RowAddress < FI.Range.start()) { in convertFunctionLineTable()
294 << HEX64(RowAddress) << " and the next one.\n"; in convertFunctionLineTable()
296 RowAddress = FI.Range.start(); in convertFunctionLineTable()
302 LineEntry LE(RowAddress, FileIdx, Row.Line); in convertFunctionLineTable()