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

References

tools/lldb/source/Expression/DWARFExpression.cpp
   47   uint32_t index_size = dwarf_cu->GetAddressByteSize();
 2933                      cu->GetAddressByteSize(), nullptr, ": ");
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp
   25             GetAddressByteSize(), GetNextUnitOffset());
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
  105             form_size = cu->GetAddressByteSize();
  109               form_size = cu->GetAddressByteSize();
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp
  195   uint32_t index_size = cu->GetAddressByteSize();
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp
  121         ref_addr_size = m_unit->GetAddressByteSize();
  193     return u->GetAddressByteSize();
  251       ref_addr_size = unit->GetAddressByteSize();
  503   uint32_t index_size = m_unit->GetAddressByteSize();
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFTypeUnit.cpp
   22             GetAddressByteSize(), GetNextUnitOffset());
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
  489     return cu->GetAddressByteSize();
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 3494                                die.GetCU()->GetAddressByteSize());