Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp503 lldb::SectionType sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()
506 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()
509 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()
524 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()
526 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp311 section_type = eSectionTypeCode; in CreateSections()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h648 eSectionTypeCode, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp32 case eSectionTypeCode: in GetTypeAsCString()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp304 case eSectionTypeCode: in GetAddressClass()
H A DCompactUnwindInfo.cpp503 SectionSP text_sect = sl->FindSectionByType(eSectionTypeCode, true); in GetCompactUnwindInfoForFunction()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1621 .Case(".text", eSectionTypeCode) in GetSectionTypeFromName()
1629 return eSectionTypeCode; in GetSectionType()
1649 case eSectionTypeCode: in GetTargetByteSize()
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst922 .. py:data:: eSectionTypeCode
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp70941 {SWIG_LUA_CONSTTAB_INT("eSectionTypeCode", lldb::eSectionTypeCode)},