Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTargetDocstrings.i259 ) lldb::SBTarget::GetDataByteSize;
H A DSBTargetExtensions.i193 …data_byte_size = property(GetDataByteSize, None, doc='''A read only property that returns the size…
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp79 uint32_t byte_size = architecture.GetDataByteSize(); in ConvertPDBLocationToDWARFExpression()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h439 uint32_t GetDataByteSize() const;
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp571 target->GetArchitecture().GetDataByteSize() > 1 in DoExecute()
572 ? target->GetArchitecture().GetDataByteSize() in DoExecute()
835 target->GetArchitecture().GetDataByteSize()); in DoExecute()
862 num_per_line / target->GetArchitecture().GetDataByteSize(), addr, 0, 0, in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp113 uint32_t byte_size = architecture.GetDataByteSize(); in MakeLocationExpressionInternal()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h352 uint32_t GetDataByteSize();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1663 uint32_t SBTarget::GetDataByteSize() { in GetDataByteSize() function in SBTarget
1668 return target_sp->GetArchitecture().GetDataByteSize(); in GetDataByteSize()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp850 uint32_t byte_size = architecture.GetDataByteSize(); in CreateDWARFExpression()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp675 uint32_t ArchSpec::GetDataByteSize() const { in GetDataByteSize() function in ArchSpec
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1736 return arch.GetDataByteSize(); in GetTargetByteSize()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp55972 result = (uint32_t)(arg1)->GetDataByteSize(); in _wrap_SBTarget_GetDataByteSize()