Searched refs:GetCodeByteSize (Results 1 – 7 of 7) sorted by relevance
411 ") GetCodeByteSize;413 GetCodeByteSize ();1076 …code_byte_size = property(GetCodeByteSize, None, doc='''A read only property that returns the size…
439 uint32_t GetCodeByteSize() const;
337 uint32_t GetCodeByteSize();
1748 uint32_t SBTarget::GetCodeByteSize() { in GetCodeByteSize() function in SBTarget1749 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()
663 uint32_t ArchSpec::GetCodeByteSize() const { in GetCodeByteSize() function in ArchSpec
1650 return arch.GetCodeByteSize(); in GetTargetByteSize()
48305 result = (uint32_t)(arg1)->GetCodeByteSize(); in _wrap_SBTarget_GetCodeByteSize()