Home
last modified time | relevance | path

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

/external/llvm-project/lldb/bindings/interface/
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 …
/external/llvm-project/lldb/source/API/
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()
/external/llvm-project/lldb/include/lldb/API/
DSBSection.h77 uint32_t GetTargetByteSize();
/external/llvm-project/lldb/include/lldb/Core/
DSection.h233 uint32_t GetTargetByteSize() const { return m_target_byte_size; } in GetTargetByteSize() function
/external/llvm-project/lldb/source/Symbol/
DObjectFile.cpp499 section_offset *= section->GetTargetByteSize(); in ReadSectionData()
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1631 static uint32_t GetTargetByteSize(SectionType Type, const ArchSpec &arch) { in GetTargetByteSize() function
1821 GetTargetByteSize(sect_type, m_arch_spec); in CreateSections()