Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp61 SectionSP sect = sl->FindSectionByType(eSectionTypeEHFrame, true); in Initialize()
H A DObjectFile.cpp373 case eSectionTypeEHFrame: in GetAddressClass()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp134 case eSectionTypeEHFrame: in GetTypeAsCString()
412 case eSectionTypeEHFrame: in ContainsOnlyDebugInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h749 eSectionTypeEHFrame, enumerator
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst961 .. py:data:: eSectionTypeEHFrame
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1664 .Case(".eh_frame", eSectionTypeEHFrame) in GetSectionTypeFromName()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp82949 {SWIG_LUA_CONSTTAB_INT("eSectionTypeEHFrame", (lldb::eSectionTypeEHFrame))},