struct DWARFUnitIndex::Header

Declaration

struct DWARFUnitIndex::Header { /* full declaration omitted */ };

Declared at: llvm/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h:100

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

Declared at: llvm/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h:107

Parameters

llvm::raw_ostream& OS

bool parse(llvm::DataExtractor IndexData,
           uint64_t* OffsetPtr)

Declared at: llvm/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h:106

Parameters

llvm::DataExtractor IndexData
uint64_t* OffsetPtr