Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h237 class UnwindRow {
245 UnwindRow() : CFAValue(UnwindLocation::createUnspecified()) {} in UnwindRow() function
292 raw_ostream &operator<<(raw_ostream &OS, const UnwindRow &Row);
305 using RowContainer = std::vector<UnwindRow>;
314 const UnwindRow &operator[](size_t Index) const {
377 Error parseRows(const CFIProgram &CFIP, UnwindRow &CurrRow,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp168 void UnwindRow::dump(raw_ostream &OS, const MCRegisterInfo *MRI, bool IsEH, in dump()
182 raw_ostream &llvm::dwarf::operator<<(raw_ostream &OS, const UnwindRow &Row) { in operator <<()
189 for (const UnwindRow &Row : Rows) in dump()
210 UnwindRow Row; in create()
234 UnwindRow Row; in create()
496 Error UnwindTable::parseRows(const CFIProgram &CFIP, UnwindRow &Row, in parseRows()