Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h255 class UnwindRow {
263 UnwindRow() : CFAValue(UnwindLocation::createUnspecified()) {} in UnwindRow() function
310 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,
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp172 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()