Home
last modified time | relevance | path

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

/llvm-project/lldb/bindings/interface/
H A DSBSectionDocstrings.i37 ) lldb::SBSection::GetTargetByteSize;
H A DSBSectionExtensions.i30 …target_byte_size = property(GetTargetByteSize, None, doc='''A read only property that returns the …
/llvm-project/lldb/source/API/
H A DSBSection.cpp211 uint32_t SBSection::GetTargetByteSize() { in GetTargetByteSize() function in SBSection
216 return section_sp->GetTargetByteSize(); in GetTargetByteSize()
/llvm-project/lldb/include/lldb/API/
H A DSBSection.h77 uint32_t GetTargetByteSize();
/llvm-project/lldb/include/lldb/Core/
H A DSection.h247 uint32_t GetTargetByteSize() const { return m_target_byte_size; } in GetTargetByteSize() function
/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp492 section_offset *= section->GetTargetByteSize(); in ReadSectionData()
/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1727 static uint32_t GetTargetByteSize(SectionType Type, const ArchSpec &arch) { in GetPermissions()
1955 GetTargetByteSize(sect_type, m_arch_spec); in CreateSections()
1715 static uint32_t GetTargetByteSize(SectionType Type, const ArchSpec &arch) { GetTargetByteSize() function