Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Symbol/
H A DUnwindTable.cpp70 sect = sl->FindSectionByType(eSectionTypeCompactUnwind, true); in Initialize()
H A DObjectFile.cpp363 case eSectionTypeCompactUnwind: in GetAddressClass()
/llvm-project-15.0.7/lldb/source/Core/
H A DSection.cpp140 case eSectionTypeCompactUnwind: in GetTypeAsCString()
408 case eSectionTypeCompactUnwind: in ContainsOnlyDebugInfo()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h697 eSectionTypeCompactUnwind, ///< compact unwind section in Mach-O, enumerator
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst962 .. py:data:: eSectionTypeCompactUnwind
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1212 case eSectionTypeCompactUnwind: in GetAddressClass()
1509 return eSectionTypeCompactUnwind; in GetSectionType()