Lines Matching refs:UnwindTable
192 void UnwindTable::dump(raw_ostream &OS, DIDumpOptions DumpOpts, in dump()
198 raw_ostream &llvm::dwarf::operator<<(raw_ostream &OS, const UnwindTable &Rows) { in operator <<()
204 Expected<UnwindTable> UnwindTable::create(const FDE *Fde) { in create()
213 return UnwindTable(); in create()
215 UnwindTable UT; in create()
234 Expected<UnwindTable> UnwindTable::create(const CIE *Cie) { in create()
237 return UnwindTable(); in create()
239 UnwindTable UT; in create()
515 Error UnwindTable::parseRows(const CFIProgram &CFIP, UnwindRow &Row, in parseRows()
990 if (Expected<UnwindTable> RowsOrErr = UnwindTable::create(this)) in dump()
1018 if (Expected<UnwindTable> RowsOrErr = UnwindTable::create(this)) in dump()