Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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…
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DArchSpec.h459 uint32_t GetCodeByteSize() const;
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBTarget.h339 uint32_t GetCodeByteSize();
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTarget.cpp1613 uint32_t SBTarget::GetCodeByteSize() { in GetCodeByteSize() function in SBTarget
1618 return target_sp->GetArchitecture().GetCodeByteSize(); in GetCodeByteSize()
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DArchSpec.cpp676 uint32_t ArchSpec::GetCodeByteSize() const { in GetCodeByteSize() function in ArchSpec
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1697 return arch.GetCodeByteSize(); in GetTargetByteSize()