Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h253 class UnwindRow {
261 UnwindRow() : CFAValue(UnwindLocation::createUnspecified()) {} in UnwindRow() function
308 raw_ostream &operator<<(raw_ostream &OS, const UnwindRow &Row);
321 using RowContainer = std::vector<UnwindRow>;
330 const UnwindRow &operator[](size_t Index) const {
393 Error parseRows(const CFIProgram &CFIP, UnwindRow &CurrRow,
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp173 void UnwindRow::dump(raw_ostream &OS, const MCRegisterInfo *MRI, bool IsEH, in dump()
187 raw_ostream &llvm::dwarf::operator<<(raw_ostream &OS, const UnwindRow &Row) { in operator <<()
194 for (const UnwindRow &Row : Rows) in dump()
215 UnwindRow Row; in create()
239 UnwindRow Row; in create()
514 Error UnwindTable::parseRows(const CFIProgram &CFIP, UnwindRow &Row, in parseRows()