Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h251 class UnwindRow {
259 UnwindRow() : CFAValue(UnwindLocation::createUnspecified()) {} in UnwindRow() function
306 raw_ostream &operator<<(raw_ostream &OS, const UnwindRow &Row);
319 using RowContainer = std::vector<UnwindRow>;
328 const UnwindRow &operator[](size_t Index) const {
391 Error parseRows(const CFIProgram &CFIP, UnwindRow &CurrRow,
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp172 void UnwindRow::dump(raw_ostream &OS, const MCRegisterInfo *MRI, bool IsEH, in dump()
186 raw_ostream &llvm::dwarf::operator<<(raw_ostream &OS, const UnwindRow &Row) { in operator <<()
193 for (const UnwindRow &Row : Rows) in dump()
214 UnwindRow Row; in create()
238 UnwindRow Row; in create()
513 Error UnwindTable::parseRows(const CFIProgram &CFIP, UnwindRow &Row, in parseRows()