Searched refs:eSectionTypeOther (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/wasm/ |
| H A D | ObjectFileWasm.cpp | 284 .Default(eSectionTypeOther); in GetSectionTypeFromName() 286 return eSectionTypeOther; in GetSectionTypeFromName() 300 SectionType section_type = eSectionTypeOther; in CreateSections() 317 if (section_type == eSectionTypeOther) in CreateSections()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Breakpad/ |
| H A D | ObjectFileBreakpad.cpp | 141 ConstString(toString(*current_section)), eSectionTypeOther, in CreateSections()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | Section.cpp | 148 case eSectionTypeOther: in GetTypeAsCString() 411 case eSectionTypeOther: in ContainsOnlyDebugInfo()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/ |
| H A D | ObjectFilePECOFF.cpp | 939 .Case(".reloc", eSectionTypeOther) in GetSectionType() 971 return eSectionTypeOther; in GetSectionType() 984 eSectionTypeOther, m_coff_header_opt.image_base, in CreateSections()
|
| /llvm-project-15.0.7/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 705 eSectionTypeOther, enumerator
|
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | IRExecutionUnit.cpp | 530 sect_type = lldb::eSectionTypeOther; in GetSectionTypeFromSectionName() 601 sect_type = lldb::eSectionTypeOther; in GetSectionTypeFromSectionName()
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | ObjectFile.cpp | 369 case eSectionTypeOther: in GetAddressClass()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.cpp | 93 eSectionTypeOther, m_base, m_size, /*file_offset*/ 0, /*file_size*/ 0, in CreateSections()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/ |
| H A D | ObjectFileMachO.cpp | 1220 case eSectionTypeOther: in GetAddressClass() 1529 return eSectionTypeOther; in GetSectionType() 1554 return eSectionTypeOther; in GetSectionType() 1567 return eSectionTypeOther; in GetSectionType()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 1641 .Default(eSectionTypeOther); in GetSectionTypeFromName() 1652 .Default(eSectionTypeOther); in GetSectionTypeFromName()
|
| /llvm-project-15.0.7/lldb/docs/ |
| H A D | python_api_enums.rst | 968 .. py:data:: eSectionTypeOther
|