Home
last modified time | relevance | path

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

/src/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()
/src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/
H A DObjectFilePlaceholder.cpp41 lldb_private::ConstString(".module_image"), eSectionTypeOther, m_base, in CreateSections()
/src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp205 .Case("clangast", eSectionTypeOther) in CreateSections()
216 return eSectionTypeOther; in CreateSections()
/src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp142 ConstString(toString(*current_section)), eSectionTypeOther, in CreateSections()
/src/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp150 case eSectionTypeOther: in GetTypeAsCString()
415 case eSectionTypeOther: in ContainsOnlyDebugInfo()
/src/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp532 sect_type = lldb::eSectionTypeOther; in GetSectionTypeFromSectionName()
603 sect_type = lldb::eSectionTypeOther; in GetSectionTypeFromSectionName()
/src/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h749 eSectionTypeOther, enumerator
/src/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp380 case eSectionTypeOther: in GetAddressClass()
/src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1694 .Default(eSectionTypeOther); in GetSectionTypeFromName()
1706 .Default(eSectionTypeOther); in GetSectionTypeFromName()
/src/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst970 .. py:data:: eSectionTypeOther
/src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81556 {SWIG_LUA_CONSTTAB_INT("eSectionTypeOther", (lldb::eSectionTypeOther))},