Lines Matching refs:UnwindTable
191 void UnwindTable::dump(raw_ostream &OS, const MCRegisterInfo *MRI, bool IsEH, in dump()
197 raw_ostream &llvm::dwarf::operator<<(raw_ostream &OS, const UnwindTable &Rows) { in operator <<()
202 Expected<UnwindTable> UnwindTable::create(const FDE *Fde) { in create()
211 return UnwindTable(); in create()
213 UnwindTable UT; in create()
232 Expected<UnwindTable> UnwindTable::create(const CIE *Cie) { in create()
235 return UnwindTable(); in create()
237 UnwindTable UT; in create()
513 Error UnwindTable::parseRows(const CFIProgram &CFIP, UnwindRow &Row, in parseRows()
979 if (Expected<UnwindTable> RowsOrErr = UnwindTable::create(this)) in dump()
1008 if (Expected<UnwindTable> RowsOrErr = UnwindTable::create(this)) in dump()