struct DWARFUnitIndex::Header
Declaration
struct DWARFUnitIndex::Header { /* full declaration omitted */ };
Declared at: llvm/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h:34
Member Variables
- public uint32_t Version
- public uint32_t NumColumns
- public uint32_t NumUnits
- public uint32_t NumBuckets = 0
Method Overview
- public void dump(llvm::raw_ostream & OS) const
- public bool parse(llvm::DataExtractor IndexData, uint64_t * OffsetPtr)
Methods
¶void dump(llvm::raw_ostream& OS) const
void dump(llvm::raw_ostream& OS) const
Declared at: llvm/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h:41
Parameters
¶bool parse(llvm::DataExtractor IndexData,
uint64_t* OffsetPtr)
bool parse(llvm::DataExtractor IndexData,
uint64_t* OffsetPtr)
Declared at: llvm/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h:40
Parameters
- llvm::DataExtractor IndexData
- uint64_t* OffsetPtr