Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Expression/
H A 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/
H A DSection.cpp32 case eSectionTypeCode: in GetTypeAsCString()
388 case eSectionTypeCode: in ContainsOnlyDebugInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp308 section_type = eSectionTypeCode; in CreateSections()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h661 eSectionTypeCode, enumerator
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DObjectFile.cpp307 case eSectionTypeCode: in GetAddressClass()
H A DCompactUnwindInfo.cpp503 SectionSP text_sect = sl->FindSectionByType(eSectionTypeCode, true); in GetCompactUnwindInfoForFunction()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp964 return eSectionTypeCode; in GetSectionType()
1010 return eSectionTypeCode; in GetSectionType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A 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/
H A DObjectFileELF.cpp1668 .Case(".text", eSectionTypeCode) in GetSectionTypeFromName()
1676 return eSectionTypeCode; in GetSectionType()
1696 case eSectionTypeCode: in GetTargetByteSize()
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst922 .. py:data:: eSectionTypeCode
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp509 } else if (section_sp->GetType() == eSectionTypeCode) { in InitializeFirstCodeAddressRecursive()