Home
last modified time | relevance | path

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

/freebsd/contrib/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 size of a target byte represented by this section as a number of host bytes.''')
/freebsd/contrib/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()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSection.h77 uint32_t GetTargetByteSize();
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h247 uint32_t GetTargetByteSize() const { return m_target_byte_size; } in GetTargetByteSize() function
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp489 section_offset *= section->GetTargetByteSize(); in ReadSectionData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1732 static uint32_t GetTargetByteSize(SectionType Type, const ArchSpec &arch) { in GetTargetByteSize() function
1960 GetTargetByteSize(sect_type, m_arch_spec); in CreateSections()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp49493 result = (uint32_t)(arg1)->GetTargetByteSize(); in _wrap_SBSection_GetTargetByteSize()