LLVM: llvm::dwarf::UnwindTable Class Reference (original ) (raw )A class that contains all UnwindRow objects for an FDE or a single unwind row for a CIE . More...
#include "[llvm/DebugInfo/DWARF/LowLevel/DWARFUnwindTable.h](DWARFUnwindTable%5F8h%5Fsource.html)"
A class that contains all UnwindRow objects for an FDE or a single unwind row for a CIE .
To unwind an address the rows, which are sorted by start address, can be searched to find the UnwindRow with the lowest starting address that is greater than or equal to the address that is being looked up.
Definition at line 274 of file DWARFUnwindTable.h .
◆ const_iteratorusing llvm::dwarf::UnwindTable::const_iterator = RowContainer::const_iterator
◆ iteratorusing llvm::dwarf::UnwindTable::iterator = RowContainer::iterator
◆ RowContainer
llvm::dwarf::UnwindTable::UnwindTable ( RowContainer && Rows )
inline
◆ begin() [1/2]
iterator llvm::dwarf::UnwindTable::begin ( )
inline
◆ begin() [2/2]
◆ end() [1/2]
iterator llvm::dwarf::UnwindTable::end ( )
inline
◆ end() [2/2]
◆ operator[]()
const UnwindRow & llvm::dwarf::UnwindTable::operator[] ( size_t Index ) const
inline
◆ size()
size_t llvm::dwarf::UnwindTable::size ( ) const
inline
The documentation for this class was generated from the following file: