Home
last modified time | relevance | path

Searched refs:eSectionTypeCompactUnwind (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp71 sect = sl->FindSectionByType(eSectionTypeCompactUnwind, true); in Initialize()
116 sect = sl->FindSectionByType(eSectionTypeCompactUnwind, true); in Update()
H A DObjectFile.cpp374 case eSectionTypeCompactUnwind: in GetAddressClass()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp140 case eSectionTypeCompactUnwind: in GetTypeAsCString()
412 case eSectionTypeCompactUnwind: in ContainsOnlyDebugInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h741 eSectionTypeCompactUnwind, ///< compact unwind section in Mach-O, enumerator
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst964 .. py:data:: eSectionTypeCompactUnwind
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81550 {SWIG_LUA_CONSTTAB_INT("eSectionTypeCompactUnwind", (lldb::eSectionTypeCompactUnwind))},