Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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…
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp79 uint32_t byte_size = architecture.GetDataByteSize(); in ConvertPDBLocationToDWARFExpression()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DArchSpec.h453 uint32_t GetDataByteSize() const;
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMemory.cpp574 target->GetArchitecture().GetDataByteSize() > 1 in DoExecute()
575 ? target->GetArchitecture().GetDataByteSize() in DoExecute()
844 target->GetArchitecture().GetDataByteSize()); in DoExecute()
871 num_per_line / target->GetArchitecture().GetDataByteSize(), addr, 0, 0, in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp113 uint32_t byte_size = architecture.GetDataByteSize(); in MakeLocationExpressionInternal()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBTarget.h332 uint32_t GetDataByteSize();
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTarget.cpp1603 uint32_t SBTarget::GetDataByteSize() { in GetDataByteSize() function in SBTarget
1608 return target_sp->GetArchitecture().GetDataByteSize(); in GetDataByteSize()
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DArchSpec.cpp672 uint32_t ArchSpec::GetDataByteSize() const { in GetDataByteSize() function in ArchSpec
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1695 return arch.GetDataByteSize(); in GetTargetByteSize()