reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
  170   static uint8_t GetAddressByteSize(const DWARFUnit *cu);

References

tools/lldb/source/Expression/DWARFExpression.cpp
 2919   uint32_t addr_size = DWARFUnit::GetAddressByteSize(cu);
 2920   s.SetAddressByteSize(DWARFUnit::GetAddressByteSize(cu));
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
  506           s, locationData, DWARFUnit::GetAddressByteSize(cu), 4, false);
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp
   47           data.GetMaxU64(offset_ptr, DWARFUnit::GetAddressByteSize(m_unit));
  243     *offset_ptr += DWARFUnit::GetAddressByteSize(unit);