Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Utility/
HDConvertEnum.cpp106 case eSectionTypeOther: in GetSectionTypeAsCString()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp335 return eSectionTypeOther; in kalimbaSectionType()
350 return eSectionTypeOther; in kalimbaSectionType()
1671 SectionType sect_type = eSectionTypeOther; in CreateSections()
1718 assert (sect_type == eSectionTypeOther); in CreateSections()
1722 assert (sect_type == eSectionTypeOther); in CreateSections()
1727 assert (sect_type == eSectionTypeOther); in CreateSections()
1731 assert (sect_type == eSectionTypeOther); in CreateSections()
1736 if (eSectionTypeOther == sect_type) in CreateSections()
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDIRExecutionUnit.cpp471 case AllocationKind::Bytes: sect_type = lldb::eSectionTypeOther; break; in GetSectionTypeFromSectionName()
565 sect_type = lldb::eSectionTypeOther; in GetSectionTypeFromSectionName()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-enumerations.h618 eSectionTypeOther enumerator
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDObjectFile.cpp379 case eSectionTypeOther: in GetAddressClass()