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

/freebsd-13-stable/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 size of a target byte represented by this section as a number of host bytes.''')
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSection.h77 uint32_t GetTargetByteSize();
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBSection.cpp244 uint32_t SBSection::GetTargetByteSize() { function in class:SBSection
245 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBSection, GetTargetByteSize);
249 return section_sp->GetTargetByteSize();
321 LLDB_REGISTER_METHOD(uint32_t, SBSection, GetTargetByteSize, ());
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h233 uint32_t GetTargetByteSize() const { return m_target_byte_size; } function in class:lldb_private::Section
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp499 section_offset *= section->GetTargetByteSize();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1631 static uint32_t GetTargetByteSize(SectionType Type, const ArchSpec &arch) { function
1821 GetTargetByteSize(sect_type, m_arch_spec);
/freebsd-13-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp[all...]

Completed in 330 milliseconds