Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i402 ") GetDataByteSize;
404 GetDataByteSize ();
1075 …data_byte_size = property(GetDataByteSize, None, doc='''A read only property that returns the size…
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp78 uint32_t byte_size = architecture.GetDataByteSize(); in ConvertPDBLocationToDWARFExpression()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp570 target->GetArchitecture().GetDataByteSize() > 1 in DoExecute()
571 ? target->GetArchitecture().GetDataByteSize() in DoExecute()
829 target->GetArchitecture().GetDataByteSize()); in DoExecute()
856 num_per_line / target->GetArchitecture().GetDataByteSize(), addr, 0, 0, in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h433 uint32_t GetDataByteSize() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp112 uint32_t byte_size = architecture.GetDataByteSize(); in MakeLocationExpressionInternal()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h330 uint32_t GetDataByteSize();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1738 uint32_t SBTarget::GetDataByteSize() { in GetDataByteSize() function in SBTarget
1739 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBTarget, GetDataByteSize); in GetDataByteSize()
1743 return target_sp->GetArchitecture().GetDataByteSize(); in GetDataByteSize()
2683 LLDB_REGISTER_METHOD(uint32_t, SBTarget, GetDataByteSize, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp659 uint32_t ArchSpec::GetDataByteSize() const { in GetDataByteSize() function in ArchSpec
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1648 return arch.GetDataByteSize(); in GetTargetByteSize()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp48281 result = (uint32_t)(arg1)->GetDataByteSize(); in _wrap_SBTarget_GetDataByteSize()