Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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 …
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBSection.cpp236 uint32_t SBSection::GetTargetByteSize() { in GetTargetByteSize() function in SBSection
241 return section_sp->GetTargetByteSize(); in GetTargetByteSize()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBSection.h77 uint32_t GetTargetByteSize();
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DSection.h239 uint32_t GetTargetByteSize() const { return m_target_byte_size; } in GetTargetByteSize() function
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DObjectFile.cpp478 section_offset *= section->GetTargetByteSize(); in ReadSectionData()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1691 static uint32_t GetTargetByteSize(SectionType Type, const ArchSpec &arch) { in GetTargetByteSize() function
1881 GetTargetByteSize(sect_type, m_arch_spec); in CreateSections()