Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBTargetDocstrings.i259 ) lldb::SBTarget::GetDataByteSize;
HDSBTargetExtensions.i193 …data_byte_size = property(GetDataByteSize, None, doc='''A read only property that returns the size…
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDPDBLocationToDWARFExpression.cpp79 uint32_t byte_size = architecture.GetDataByteSize(); in ConvertPDBLocationToDWARFExpression()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDArchSpec.h439 uint32_t GetDataByteSize() const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectMemory.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-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDDWARFLocationExpression.cpp113 uint32_t byte_size = architecture.GetDataByteSize(); in MakeLocationExpressionInternal()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBTarget.h352 uint32_t GetDataByteSize();
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBTarget.cpp1663 uint32_t SBTarget::GetDataByteSize() { in GetDataByteSize() function in SBTarget
1668 return target_sp->GetArchitecture().GetDataByteSize(); in GetDataByteSize()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
HDSymbolFileCTF.cpp850 uint32_t byte_size = architecture.GetDataByteSize(); in CreateDWARFExpression()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
HDArchSpec.cpp675 uint32_t ArchSpec::GetDataByteSize() const { in GetDataByteSize() function in ArchSpec
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp1736 return arch.GetDataByteSize(); in GetTargetByteSize()
/freebsd-13-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp55972 result = (uint32_t)(arg1)->GetDataByteSize(); in _wrap_SBTarget_GetDataByteSize()