Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp285 .Default(eSectionTypeOther); in GetSectionTypeFromName()
287 return eSectionTypeOther; in GetSectionTypeFromName()
301 SectionType section_type = eSectionTypeOther; in CreateSections()
318 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.cpp205 .Case("clangast", eSectionTypeOther) in CreateSections()
216 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.cpp150 case eSectionTypeOther: in GetTypeAsCString()
415 case eSectionTypeOther: in ContainsOnlyDebugInfo()
/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.h746 eSectionTypeOther, enumerator
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp371 case eSectionTypeOther: in GetAddressClass()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1680 .Default(eSectionTypeOther); in GetSectionTypeFromName()
1693 .Default(eSectionTypeOther); in GetSectionTypeFromName()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst970 .. py:data:: eSectionTypeOther
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp78269 {SWIG_LUA_CONSTTAB_INT("eSectionTypeOther", lldb::eSectionTypeOther)},