Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i411 ") GetCodeByteSize;
413 GetCodeByteSize ();
1076 …code_byte_size = property(GetCodeByteSize, None, doc='''A read only property that returns the size…
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h439 uint32_t GetCodeByteSize() const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h337 uint32_t GetCodeByteSize();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1748 uint32_t SBTarget::GetCodeByteSize() { in GetCodeByteSize() function in SBTarget
1749 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBTarget, GetCodeByteSize); in GetCodeByteSize()
1753 return target_sp->GetArchitecture().GetCodeByteSize(); in GetCodeByteSize()
2684 LLDB_REGISTER_METHOD(uint32_t, SBTarget, GetCodeByteSize, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp663 uint32_t ArchSpec::GetCodeByteSize() const { in GetCodeByteSize() function in ArchSpec
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1650 return arch.GetCodeByteSize(); in GetTargetByteSize()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp48305 result = (uint32_t)(arg1)->GetCodeByteSize(); in _wrap_SBTarget_GetCodeByteSize()