Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp60 UnwindTable::RowContainer AllRows; in createUnwindTable() local
61 AllRows.insert(AllRows.end(), CieRows.begin(), CieRows.end()); in createUnwindTable()
62 AllRows.insert(AllRows.end(), FdeRows.begin(), FdeRows.end()); in createUnwindTable()
68 AllRows.push_back(Row); in createUnwindTable()
69 return UnwindTable(std::move(AllRows)); in createUnwindTable()