Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp288 .Default(eSectionTypeOther); in GetSectionTypeFromName()
290 return eSectionTypeOther; in GetSectionTypeFromName()
304 SectionType section_type = eSectionTypeOther; in CreateSections()
321 if (section_type == eSectionTypeOther) in CreateSections()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp145 ConstString(toString(*current_section)), eSectionTypeOther, in CreateSections()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h697 eSectionTypeOther, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp148 case eSectionTypeOther: in GetTypeAsCString()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp518 sect_type = lldb::eSectionTypeOther; in GetSectionTypeFromSectionName()
589 sect_type = lldb::eSectionTypeOther; in GetSectionTypeFromSectionName()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp366 case eSectionTypeOther: in GetAddressClass()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp91 eSectionTypeOther, m_base, m_size, /*file_offset*/ 0, /*file_size*/ 0, in CreateSections()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1611 .Default(eSectionTypeOther); in GetSectionTypeFromName()
1622 .Default(eSectionTypeOther); in GetSectionTypeFromName()
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst968 .. py:data:: eSectionTypeOther
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp70987 {SWIG_LUA_CONSTTAB_INT("eSectionTypeOther", lldb::eSectionTypeOther)},