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

Declarations

tools/lldb/include/lldb/Utility/ArchSpec.h
  423   uint32_t GetDataByteSize() const;

References

tools/lldb/source/API/SBTarget.cpp
 1690     return target_sp->GetArchitecture().GetDataByteSize();
tools/lldb/source/Commands/CommandObjectMemory.cpp
  582         target->GetArchitecture().GetDataByteSize() > 1
  583             ? target->GetArchitecture().GetDataByteSize()
  851                        target->GetArchitecture().GetDataByteSize());
  879         num_per_line / target->GetArchitecture().GetDataByteSize(), addr, 0, 0,
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 1627     return arch.GetDataByteSize();
tools/lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.cpp
  112   uint32_t byte_size = architecture.GetDataByteSize();
tools/lldb/source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.cpp
   78   uint32_t byte_size = architecture.GetDataByteSize();
tools/lldb/unittests/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpressionTests.cpp
   35   uint32_t byte_size = arch_spec.GetDataByteSize();