Home
last modified time | relevance | path

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

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