Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp32 case eSectionTypeCode: in GetTypeAsCString()
392 case eSectionTypeCode: in ContainsOnlyDebugInfo()
695 .Case("code", eSectionTypeCode) in fromJSON()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp517 lldb::SectionType sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()
520 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()
523 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()
538 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()
540 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()
/freebsd/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/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp211 return eSectionTypeCode; in CreateSections()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp308 section_type = eSectionTypeCode; in CreateSections()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h700 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.cpp1704 .Case(".text", eSectionTypeCode) in GetSectionTypeFromName()
1713 return eSectionTypeCode; in GetSectionType()
1737 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.cpp570 } else if (section_sp->GetType() == eSectionTypeCode) { in InitializeFirstCodeAddressRecursive()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81510 {SWIG_LUA_CONSTTAB_INT("eSectionTypeCode", (lldb::eSectionTypeCode))},