|
LLVM
4.0.0
|
#include <DWARFDebugLine.h>
Public Member Functions | |
| Sequence () | |
| void | reset () |
| bool | isValid () const |
| bool | containsPC (uint64_t pc) const |
Static Public Member Functions | |
| static bool | orderByLowPC (const Sequence &LHS, const Sequence &RHS) |
Public Attributes | |
| uint64_t | LowPC |
| uint64_t | HighPC |
| unsigned | FirstRowIndex |
| unsigned | LastRowIndex |
| bool | Empty |
Definition at line 148 of file DWARFDebugLine.h.
| DWARFDebugLine::Sequence::Sequence | ( | ) |
Definition at line 163 of file DWARFDebugLine.cpp.
|
inline |
Definition at line 166 of file DWARFDebugLine.h.
|
inline |
Definition at line 163 of file DWARFDebugLine.h.
References Empty, FirstRowIndex, HighPC, LastRowIndex, and LowPC.
|
inlinestatic |
Definition at line 160 of file DWARFDebugLine.h.
References LowPC.
Referenced by llvm::DWARFDebugLine::LineTable::lookupAddress(), llvm::DWARFDebugLine::LineTable::lookupAddressRange(), and llvm::DWARFDebugLine::LineTable::parse().
| void DWARFDebugLine::Sequence::reset | ( | ) |
Definition at line 165 of file DWARFDebugLine.cpp.
| bool llvm::DWARFDebugLine::Sequence::Empty |
Definition at line 155 of file DWARFDebugLine.h.
Referenced by isValid().
| unsigned llvm::DWARFDebugLine::Sequence::FirstRowIndex |
Definition at line 153 of file DWARFDebugLine.h.
Referenced by isValid(), and llvm::DWARFDebugLine::LineTable::lookupAddressRange().
| uint64_t llvm::DWARFDebugLine::Sequence::HighPC |
Definition at line 152 of file DWARFDebugLine.h.
Referenced by containsPC(), and isValid().
| unsigned llvm::DWARFDebugLine::Sequence::LastRowIndex |
Definition at line 154 of file DWARFDebugLine.h.
Referenced by isValid(), and llvm::DWARFDebugLine::LineTable::lookupAddressRange().
| uint64_t llvm::DWARFDebugLine::Sequence::LowPC |
Definition at line 151 of file DWARFDebugLine.h.
Referenced by containsPC(), isValid(), llvm::DWARFDebugLine::LineTable::lookupAddress(), llvm::DWARFDebugLine::LineTable::lookupAddressRange(), and orderByLowPC().
1.8.6