Searched refs:UnwindRow (Results 1 – 2 of 2) sorted by relevance
255 class UnwindRow {263 UnwindRow() : CFAValue(UnwindLocation::createUnspecified()) {} in UnwindRow() function310 raw_ostream &operator<<(raw_ostream &OS, const UnwindRow &Row);323 using RowContainer = std::vector<UnwindRow>;332 const UnwindRow &operator[](size_t Index) const {395 Error parseRows(const CFIProgram &CFIP, UnwindRow &CurrRow,
172 void UnwindRow::dump(raw_ostream &OS, DIDumpOptions DumpOpts, in dump()186 raw_ostream &llvm::dwarf::operator<<(raw_ostream &OS, const UnwindRow &Row) { in operator <<()194 for (const UnwindRow &Row : Rows) in dump()216 UnwindRow Row; in create()240 UnwindRow Row; in create()515 Error UnwindTable::parseRows(const CFIProgram &CFIP, UnwindRow &Row, in parseRows()