Home
last modified time | relevance | path

Searched defs:GetTargetByteSize (Results 1 – 3 of 3) sorted by relevance

/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/API/
H A DSBSection.cpp211 uint32_t SBSection::GetTargetByteSize() { in GetTargetByteSize() function in SBSection
/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