Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp32 case eSectionTypeCode: in GetTypeAsCString()
395 case eSectionTypeCode: in ContainsOnlyDebugInfo()
707 .Case("code", eSectionTypeCode) in fromJSON()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp207 return eSectionTypeCode; in CreateSections()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.cpp192 const auto sect_type = section.type.value_or(eSectionTypeCode); in CreateSections()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/XCOFF/
H A DObjectFileXCOFF.cpp332 section_type = eSectionTypeCode; in CreateSectionsWithBitness()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp278 section_type = eSectionTypeCode; in CreateSections()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h711 eSectionTypeCode, enumerator
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp316 case eSectionTypeCode: in GetAddressClass()
H A DCompactUnwindInfo.cpp503 SectionSP text_sect = sl->FindSectionByType(eSectionTypeCode, true); in GetCompactUnwindInfoForFunction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1667 .Case(".text", eSectionTypeCode) in GetSectionTypeFromName()
1678 return eSectionTypeCode; in GetSectionType()
1702 case eSectionTypeCode: in GetTargetByteSize()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst924 .. py:data:: eSectionTypeCode
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp576 } else if (section_sp->GetType() == eSectionTypeCode) { in InitializeFirstCodeAddressRecursive()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp82912 {SWIG_LUA_CONSTTAB_INT("eSectionTypeCode", (lldb::eSectionTypeCode))},