Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Expression/
DIRExecutionUnit.cpp516 lldb::SectionType sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()
519 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()
522 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()
537 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()
539 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()
/openbsd/src/gnu/llvm/lldb/source/Core/
DSection.cpp32 case eSectionTypeCode: in GetTypeAsCString()
388 case eSectionTypeCode: in ContainsOnlyDebugInfo()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/wasm/
DObjectFileWasm.cpp308 section_type = eSectionTypeCode; in CreateSections()
/openbsd/src/gnu/llvm/lldb/include/lldb/
Dlldb-enumerations.h661 eSectionTypeCode, enumerator
/openbsd/src/gnu/llvm/lldb/source/Symbol/
DObjectFile.cpp307 case eSectionTypeCode: in GetAddressClass()
DCompactUnwindInfo.cpp503 SectionSP text_sect = sl->FindSectionByType(eSectionTypeCode, true); in GetCompactUnwindInfoForFunction()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp964 return eSectionTypeCode; in GetSectionType()
1010 return eSectionTypeCode; in GetSectionType()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1163 case eSectionTypeCode: in GetAddressClass()
1446 return eSectionTypeCode; in GetSectionType()
1542 return eSectionTypeCode; in GetSectionType()
1562 return eSectionTypeCode; in GetSectionType()
1575 return eSectionTypeCode; in GetSectionType()
3334 case lldb::eSectionTypeCode: in ParseSymtab()
4215 case lldb::eSectionTypeCode: in ParseSymtab()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1668 .Case(".text", eSectionTypeCode) in GetSectionTypeFromName()
1676 return eSectionTypeCode; in GetSectionType()
1696 case eSectionTypeCode: in GetTargetByteSize()
/openbsd/src/gnu/llvm/lldb/docs/
Dpython_api_enums.rst922 .. py:data:: eSectionTypeCode
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp509 } else if (section_sp->GetType() == eSectionTypeCode) { in InitializeFirstCodeAddressRecursive()