Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBSection.i104 The number of host (8-bit) bytes needed to hold a target byte") GetTargetByteSize;
106 GetTargetByteSize ();
140 …target_byte_size = property(GetTargetByteSize, None, doc='''A read only property that returns the …
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBSection.cpp244 uint32_t SBSection::GetTargetByteSize() { in GetTargetByteSize() function in SBSection
245 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBSection, GetTargetByteSize); in GetTargetByteSize()
249 return section_sp->GetTargetByteSize(); in GetTargetByteSize()
321 LLDB_REGISTER_METHOD(uint32_t, SBSection, GetTargetByteSize, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSection.h77 uint32_t GetTargetByteSize();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h233 uint32_t GetTargetByteSize() const { return m_target_byte_size; } in GetTargetByteSize() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp475 section_offset *= section->GetTargetByteSize(); in ReadSectionData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1644 static uint32_t GetTargetByteSize(SectionType Type, const ArchSpec &arch) { in GetTargetByteSize() function
1834 GetTargetByteSize(sect_type, m_arch_spec); in CreateSections()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp43089 result = (uint32_t)(arg1)->GetTargetByteSize(); in _wrap_SBSection_GetTargetByteSize()