Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/functionalities/scripted_process/
H A Ddummy_scripted_process.py26 self.target.GetCodeByteSize(),
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBTarget.i414 ") GetCodeByteSize;
416 GetCodeByteSize ();
1082 …code_byte_size = property(GetCodeByteSize, None, doc='''A read only property that returns the size…
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DArchSpec.h450 uint32_t GetCodeByteSize() const;
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBTarget.h339 uint32_t GetCodeByteSize();
/llvm-project-15.0.7/lldb/source/API/
H A DSBTarget.cpp1613 uint32_t SBTarget::GetCodeByteSize() { in GetCodeByteSize() function in SBTarget
1618 return target_sp->GetArchitecture().GetCodeByteSize(); in GetCodeByteSize()
/llvm-project-15.0.7/lldb/source/Utility/
H A DArchSpec.cpp664 uint32_t ArchSpec::GetCodeByteSize() const { in GetCodeByteSize() function in ArchSpec
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1680 return arch.GetCodeByteSize(); in GetTargetByteSize()