Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp288 ConstString(toString(current_section)), eSectionTypeOther, in CreateSections()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h714 eSectionTypeOther, enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp519 sect_type = lldb::eSectionTypeOther; in GetSectionTypeFromSectionName()
590 sect_type = lldb::eSectionTypeOther; in GetSectionTypeFromSectionName()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSection.cpp140 case eSectionTypeOther: in GetTypeAsCString()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DObjectFile.cpp386 case eSectionTypeOther: in GetAddressClass()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp365 return eSectionTypeOther; in kalimbaSectionType()
378 return eSectionTypeOther; in kalimbaSectionType()
1782 .Default(eSectionTypeOther); in GetSectionTypeFromName()
1802 if (Type == eSectionTypeOther) { in GetSectionType()