Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp32 case eSectionTypeCode: in GetTypeAsCString()
392 case eSectionTypeCode: in ContainsOnlyDebugInfo()
697 .Case("code", eSectionTypeCode) in fromJSON()
/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.cpp186 section.type.value_or(eSectionTypeCode), 0, section.size.value_or(0), 0, in CreateSections()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp211 return eSectionTypeCode; in CreateSections()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp308 section_type = eSectionTypeCode; in CreateSections()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h697 eSectionTypeCode, enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp307 case eSectionTypeCode: in GetAddressClass()
H A DCompactUnwindInfo.cpp503 SectionSP text_sect = sl->FindSectionByType(eSectionTypeCode, true); in GetCompactUnwindInfoForFunction()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1691 .Case(".text", eSectionTypeCode) in GetSectionTypeFromName()
1700 return eSectionTypeCode; in GetSectionType()
1720 case eSectionTypeCode: in GetTargetByteSize()
/freebsd-14.2/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst924 .. py:data:: eSectionTypeCode
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp563 } else if (section_sp->GetType() == eSectionTypeCode) { in InitializeFirstCodeAddressRecursive()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp78223 {SWIG_LUA_CONSTTAB_INT("eSectionTypeCode", lldb::eSectionTypeCode)},