Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp252 std::vector<uint32_t> RowVector; in convertFunctionLineTable() local
260 if (!CUI.LineTable->lookupAddressRange(SecAddress, RangeSize, RowVector)) { in convertFunctionLineTable()
280 for (uint32_t RowIndex : RowVector) { in convertFunctionLineTable()
304 if (RowIndex != RowVector[0] && Row.Address < PrevRow.Address) { in convertFunctionLineTable()
321 for (uint32_t RowIndex2 : RowVector) { in convertFunctionLineTable()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h287 using RowVector = std::vector<Row>; member
288 using RowIter = RowVector::const_iterator;
293 RowVector Rows;
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1278 std::vector<uint32_t> RowVector; in getLineInfoForAddressRange() local
1280 Size, RowVector)) { in getLineInfoForAddressRange()
1284 for (uint32_t RowIndex : RowVector) { in getLineInfoForAddressRange()