Home
last modified time | relevance | path

Searched refs:eSectionTypeARMextab (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp79 SectionSP sect_extab = sl->FindSectionByType(eSectionTypeARMextab, true); in Initialize()
124 SectionSP sect_extab = sl->FindSectionByType(eSectionTypeARMextab, true); in Update()
H A DObjectFile.cpp373 case eSectionTypeARMextab: in GetAddressClass()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp138 case eSectionTypeARMextab: in GetTypeAsCString()
411 case eSectionTypeARMextab: in ContainsOnlyDebugInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h740 eSectionTypeARMextab, enumerator
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst963 .. py:data:: eSectionTypeARMextab
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1698 .Case(".ARM.extab", eSectionTypeARMextab) in GetSectionTypeFromName()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81549 {SWIG_LUA_CONSTTAB_INT("eSectionTypeARMextab", (lldb::eSectionTypeARMextab))},