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.cpp59 SectionSP sect = sl->FindSectionByType(eSectionTypeEHFrame, true); in Initialize()
104 SectionSP sect = sl->FindSectionByType(eSectionTypeEHFrame, true); in Update()
H A DObjectFile.cpp371 case eSectionTypeEHFrame: in GetAddressClass()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp134 case eSectionTypeEHFrame: in GetTypeAsCString()
409 case eSectionTypeEHFrame: in ContainsOnlyDebugInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h738 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.cpp1701 .Case(".eh_frame", eSectionTypeEHFrame) in GetSectionTypeFromName()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81547 {SWIG_LUA_CONSTTAB_INT("eSectionTypeEHFrame", (lldb::eSectionTypeEHFrame))},