Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBSection.i104 The number of host (8-bit) bytes needed to hold a target byte") GetTargetByteSize;
106 GetTargetByteSize ();
143 …target_byte_size = property(GetTargetByteSize, None, doc='''A read only property that returns the …
/llvm-project-15.0.7/lldb/source/API/
H A DSBSection.cpp236 uint32_t SBSection::GetTargetByteSize() { in GetTargetByteSize() function in SBSection
241 return section_sp->GetTargetByteSize(); in GetTargetByteSize()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBSection.h77 uint32_t GetTargetByteSize();
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DSection.h239 uint32_t GetTargetByteSize() const { return m_target_byte_size; } in GetTargetByteSize() function
/llvm-project-15.0.7/lldb/source/Symbol/
H A DObjectFile.cpp478 section_offset *= section->GetTargetByteSize(); in ReadSectionData()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1674 static uint32_t GetTargetByteSize(SectionType Type, const ArchSpec &arch) { in GetTargetByteSize() function
1864 GetTargetByteSize(sect_type, m_arch_spec); in CreateSections()