Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBSection.cpp200 uint32_t SBSection::GetTargetByteSize() { in GetTargetByteSize() function in SBSection
203 return section_sp->GetTargetByteSize(); in GetTargetByteSize()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBSection.h80 uint32_t GetTargetByteSize();
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSection.h250 uint32_t GetTargetByteSize() const { return m_target_byte_size; } in GetTargetByteSize() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DObjectFile.cpp495 section_offset *= section->GetTargetByteSize(); in ReadSectionData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1811 static uint32_t GetTargetByteSize(SectionType Type, const ArchSpec &arch) { in GetTargetByteSize() function
1988 GetTargetByteSize(sect_type, m_arch_spec); in CreateSections()