Searched refs:eSectionTypeOther (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/wasm/ |
| H A D | ObjectFileWasm.cpp | 285 .Default(eSectionTypeOther); in GetSectionTypeFromName() 287 return eSectionTypeOther; in GetSectionTypeFromName() 301 SectionType section_type = eSectionTypeOther; in CreateSections() 318 if (section_type == eSectionTypeOther) in CreateSections()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/ |
| H A D | ObjectFileBreakpad.cpp | 142 ConstString(toString(*current_section)), eSectionTypeOther, in CreateSections()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | Section.cpp | 148 case eSectionTypeOther: in GetTypeAsCString() 411 case eSectionTypeOther: in ContainsOnlyDebugInfo()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/ |
| H A D | ObjectFilePECOFF.cpp | 987 .Case(".reloc", eSectionTypeOther) in GetSectionType() 1019 return eSectionTypeOther; in GetSectionType() 1032 eSectionTypeOther, m_coff_header_opt.image_base, in CreateSections()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 710 eSectionTypeOther, enumerator
|
| /openbsd-src/gnu/llvm/lldb/source/Expression/ |
| H A D | IRExecutionUnit.cpp | 531 sect_type = lldb::eSectionTypeOther; in GetSectionTypeFromSectionName() 602 sect_type = lldb::eSectionTypeOther; in GetSectionTypeFromSectionName()
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | ObjectFile.cpp | 369 case eSectionTypeOther: in GetAddressClass()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.cpp | 94 eSectionTypeOther, m_base, m_size, /*file_offset*/ 0, /*file_size*/ 0, in CreateSections()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/ |
| H A D | ObjectFileMachO.cpp | 1237 case eSectionTypeOther: in GetAddressClass() 1545 return eSectionTypeOther; in GetSectionType() 1570 return eSectionTypeOther; in GetSectionType() 1583 return eSectionTypeOther; in GetSectionType()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 1658 .Default(eSectionTypeOther); in GetSectionTypeFromName() 1669 .Default(eSectionTypeOther); in GetSectionTypeFromName()
|
| /openbsd-src/gnu/llvm/lldb/docs/ |
| H A D | python_api_enums.rst | 968 .. py:data:: eSectionTypeOther
|