Home
last modified time | relevance | path

Searched refs:GetDataByteSize (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBTarget.i405 ") GetDataByteSize;
407 GetDataByteSize ();
1081 …data_byte_size = property(GetDataByteSize, None, doc='''A read only property that returns the size…
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp79 uint32_t byte_size = architecture.GetDataByteSize(); in ConvertPDBLocationToDWARFExpression()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DArchSpec.h444 uint32_t GetDataByteSize() const;
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMemory.cpp573 target->GetArchitecture().GetDataByteSize() > 1 in DoExecute()
574 ? target->GetArchitecture().GetDataByteSize() in DoExecute()
843 target->GetArchitecture().GetDataByteSize()); in DoExecute()
870 num_per_line / target->GetArchitecture().GetDataByteSize(), addr, 0, 0, in DoExecute()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp112 uint32_t byte_size = architecture.GetDataByteSize(); in MakeLocationExpressionInternal()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBTarget.h332 uint32_t GetDataByteSize();
/llvm-project-15.0.7/lldb/source/API/
H A DSBTarget.cpp1603 uint32_t SBTarget::GetDataByteSize() { in GetDataByteSize() function in SBTarget
1608 return target_sp->GetArchitecture().GetDataByteSize(); in GetDataByteSize()
/llvm-project-15.0.7/lldb/source/Utility/
H A DArchSpec.cpp660 uint32_t ArchSpec::GetDataByteSize() const { in GetDataByteSize() function in ArchSpec
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1678 return arch.GetDataByteSize(); in GetTargetByteSize()