Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp372 uint64_t RowAddress = Row.Address.Address; in convertFunctionLineTable() local
379 if (!FI.Range.contains(RowAddress)) { in convertFunctionLineTable()
380 if (RowAddress < FI.Range.start()) { in convertFunctionLineTable()
386 << RowIndex << "] with address " << HEX64(RowAddress) in convertFunctionLineTable()
390 RowAddress = FI.Range.start(); in convertFunctionLineTable()
396 LineEntry LE(RowAddress, FileIdx, Row.Line); in convertFunctionLineTable()