Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
HDUnwindTable.cpp59 SectionSP sect = sl->FindSectionByType(eSectionTypeEHFrame, true); in Initialize()
104 SectionSP sect = sl->FindSectionByType(eSectionTypeEHFrame, true); in Update()
HDObjectFile.cpp371 case eSectionTypeEHFrame: in GetAddressClass()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDSection.cpp134 case eSectionTypeEHFrame: in GetTypeAsCString()
409 case eSectionTypeEHFrame: in ContainsOnlyDebugInfo()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-enumerations.h738 eSectionTypeEHFrame, enumerator
/freebsd-13-stable/contrib/llvm-project/lldb/docs/
HDpython_api_enums.rst961 .. py:data:: eSectionTypeEHFrame
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp1701 .Case(".eh_frame", eSectionTypeEHFrame) in GetSectionTypeFromName()
/freebsd-13-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp81547 {SWIG_LUA_CONSTTAB_INT("eSectionTypeEHFrame", (lldb::eSectionTypeEHFrame))},