Searched refs:eSectionTypeOther (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
| H A D | ObjectFileWasm.cpp | 288 .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 D | ObjectFileBreakpad.cpp | 145 ConstString(toString(*current_section)), eSectionTypeOther, in CreateSections()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 697 eSectionTypeOther, enumerator
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Section.cpp | 148 case eSectionTypeOther: in GetTypeAsCString()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | IRExecutionUnit.cpp | 518 sect_type = lldb::eSectionTypeOther; in GetSectionTypeFromSectionName() 589 sect_type = lldb::eSectionTypeOther; in GetSectionTypeFromSectionName()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | ObjectFile.cpp | 366 case eSectionTypeOther: in GetAddressClass()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.cpp | 91 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 D | ObjectFileELF.cpp | 1611 .Default(eSectionTypeOther); in GetSectionTypeFromName() 1622 .Default(eSectionTypeOther); in GetSectionTypeFromName()
|
| /freebsd-13.1/contrib/llvm-project/lldb/docs/ |
| H A D | python_api_enums.rst | 968 .. py:data:: eSectionTypeOther
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 70987 {SWIG_LUA_CONSTTAB_INT("eSectionTypeOther", lldb::eSectionTypeOther)},
|