Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp284 .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 DObjectFileBreakpad.cpp141 ConstString(toString(*current_section)), eSectionTypeOther, in CreateSections()
/llvm-project-15.0.7/lldb/source/Core/
H A DSection.cpp148 case eSectionTypeOther: in GetTypeAsCString()
411 case eSectionTypeOther: in ContainsOnlyDebugInfo()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp939 .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 Dlldb-enumerations.h705 eSectionTypeOther, enumerator
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRExecutionUnit.cpp530 sect_type = lldb::eSectionTypeOther; in GetSectionTypeFromSectionName()
601 sect_type = lldb::eSectionTypeOther; in GetSectionTypeFromSectionName()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DObjectFile.cpp369 case eSectionTypeOther: in GetAddressClass()
/llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp93 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 DObjectFileMachO.cpp1220 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 DObjectFileELF.cpp1641 .Default(eSectionTypeOther); in GetSectionTypeFromName()
1652 .Default(eSectionTypeOther); in GetSectionTypeFromName()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst968 .. py:data:: eSectionTypeOther