Home
last modified time | relevance | path

Searched refs:GetCodeByteSize (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DArchSpec.h490 uint32_t GetCodeByteSize() const;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTarget.h357 uint32_t GetCodeByteSize();
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp1665 uint32_t SBTarget::GetCodeByteSize() { in GetCodeByteSize() function in SBTarget
1668 return target_sp->GetArchitecture().GetCodeByteSize(); in GetCodeByteSize()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DArchSpec.cpp745 uint32_t ArchSpec::GetCodeByteSize() const { in GetCodeByteSize() function in ArchSpec
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1817 return arch.GetCodeByteSize(); in GetTargetByteSize()