Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp253 std::vector<uint32_t> RowVector; in convertFunctionLineTable() local
261 if (!CUI.LineTable->lookupAddressRange(SecAddress, RangeSize, RowVector)) { in convertFunctionLineTable()
279 for (uint32_t RowIndex : RowVector) { in convertFunctionLineTable()
303 if (RowIndex != RowVector[0] && Row.Address < PrevRow.Address) { in convertFunctionLineTable()
320 for (uint32_t RowIndex2 : RowVector) { in convertFunctionLineTable()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h280 using RowVector = std::vector<Row>; member
281 using RowIter = RowVector::const_iterator;
286 RowVector Rows;
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1308 std::vector<uint32_t> RowVector; in getLineInfoForAddressRange() local
1310 Size, RowVector)) { in getLineInfoForAddressRange()
1314 for (uint32_t RowIndex : RowVector) { in getLineInfoForAddressRange()