Lines Matching refs:UnwindTable
192 void UnwindTable::dump(raw_ostream &OS, const MCRegisterInfo *MRI, bool IsEH, in dump()
198 raw_ostream &llvm::dwarf::operator<<(raw_ostream &OS, const UnwindTable &Rows) { in operator <<()
203 Expected<UnwindTable> UnwindTable::create(const FDE *Fde) { in create()
212 return UnwindTable(); in create()
214 UnwindTable UT; in create()
233 Expected<UnwindTable> UnwindTable::create(const CIE *Cie) { in create()
236 return UnwindTable(); in create()
238 UnwindTable UT; in create()
514 Error UnwindTable::parseRows(const CFIProgram &CFIP, UnwindRow &Row, in parseRows()
980 if (Expected<UnwindTable> RowsOrErr = UnwindTable::create(this)) in dump()
1009 if (Expected<UnwindTable> RowsOrErr = UnwindTable::create(this)) in dump()