|
LLVM
4.0.0
|
#include <DWARFUnitIndex.h>
Classes | |
| class | Entry |
Public Member Functions | |
| bool | parse (DataExtractor IndexData) |
| DWARFUnitIndex (DWARFSectionKind InfoColumnKind) | |
| void | dump (raw_ostream &OS) const |
| const Entry * | getFromOffset (uint32_t Offset) const |
| ArrayRef< DWARFSectionKind > | getColumnKinds () const |
| ArrayRef< Entry > | getRows () const |
Definition at line 32 of file DWARFUnitIndex.h.
|
inline |
Definition at line 79 of file DWARFUnitIndex.h.
| void llvm::DWARFUnitIndex::dump | ( | raw_ostream & | OS | ) | const |
Definition at line 121 of file DWARFUnitIndex.cpp.
References llvm::format(), i, and llvm::left_justify().
|
inline |
Definition at line 83 of file DWARFUnitIndex.h.
References llvm::makeArrayRef().
| const DWARFUnitIndex::Entry * llvm::DWARFUnitIndex::getFromOffset | ( | uint32_t | Offset | ) | const |
Definition at line 161 of file DWARFUnitIndex.cpp.
References i.
Definition at line 86 of file DWARFUnitIndex.h.
References llvm::makeArrayRef().
| bool llvm::DWARFUnitIndex::parse | ( | DataExtractor | IndexData | ) |
Definition at line 32 of file DWARFUnitIndex.cpp.
1.8.6