Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Symbol/
DUnwindTable.cpp71 sect = sl->FindSectionByType(eSectionTypeCompactUnwind, true); in Initialize()
DObjectFile.cpp363 case eSectionTypeCompactUnwind: in GetAddressClass()
/openbsd/src/gnu/llvm/lldb/source/Core/
DSection.cpp140 case eSectionTypeCompactUnwind: in GetTypeAsCString()
408 case eSectionTypeCompactUnwind: in ContainsOnlyDebugInfo()
/openbsd/src/gnu/llvm/lldb/include/lldb/
Dlldb-enumerations.h702 eSectionTypeCompactUnwind, ///< compact unwind section in Mach-O, enumerator
/openbsd/src/gnu/llvm/lldb/docs/
Dpython_api_enums.rst962 .. py:data:: eSectionTypeCompactUnwind
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1229 case eSectionTypeCompactUnwind: in GetAddressClass()
1525 return eSectionTypeCompactUnwind; in GetSectionType()