Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp257 return eSectionTypeOther; in GetSectionTypeFromName()
271 SectionType section_type = eSectionTypeOther; in CreateSections()
288 if (section_type == eSectionTypeOther) in CreateSections()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/
H A DObjectFilePlaceholder.cpp41 lldb_private::ConstString(".module_image"), eSectionTypeOther, m_base, in CreateSections()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp201 .Case("clangast", eSectionTypeOther) in CreateSections()
212 return eSectionTypeOther; in CreateSections()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp142 ConstString(toString(*current_section)), eSectionTypeOther, in CreateSections()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp156 case eSectionTypeOther: in GetTypeAsCString()
418 case eSectionTypeOther: in ContainsOnlyDebugInfo()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp382 case eSectionTypeOther: in GetAddressClass()
670 .Default(eSectionTypeOther); in GetDWARFSectionTypeFromName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/XCOFF/
H A DObjectFileXCOFF.cpp330 SectionType section_type = lldb::eSectionTypeOther; in CreateSectionsWithBitness()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp531 sect_type = lldb::eSectionTypeOther; in GetSectionTypeFromSectionName()
602 sect_type = lldb::eSectionTypeOther; in GetSectionTypeFromSectionName()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h760 eSectionTypeOther, enumerator
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst970 .. py:data:: eSectionTypeOther
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1671 .Default(eSectionTypeOther); in GetSectionTypeFromName()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp82958 {SWIG_LUA_CONSTTAB_INT("eSectionTypeOther", (lldb::eSectionTypeOther))},