Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp285 .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 DObjectFileBreakpad.cpp142 ConstString(toString(*current_section)), eSectionTypeOther, in CreateSections()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DSection.cpp148 case eSectionTypeOther: in GetTypeAsCString()
411 case eSectionTypeOther: in ContainsOnlyDebugInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp987 .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 Dlldb-enumerations.h710 eSectionTypeOther, enumerator
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DIRExecutionUnit.cpp531 sect_type = lldb::eSectionTypeOther; in GetSectionTypeFromSectionName()
602 sect_type = lldb::eSectionTypeOther; in GetSectionTypeFromSectionName()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DObjectFile.cpp369 case eSectionTypeOther: in GetAddressClass()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp94 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 DObjectFileMachO.cpp1237 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 DObjectFileELF.cpp1658 .Default(eSectionTypeOther); in GetSectionTypeFromName()
1669 .Default(eSectionTypeOther); in GetSectionTypeFromName()
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst968 .. py:data:: eSectionTypeOther