Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Utility/
HDConvertEnum.cpp102 case eSectionTypeEHFrame: in GetSectionTypeAsCString()
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDUnwindTable.cpp56 SectionSP sect = sl->FindSectionByType (eSectionTypeEHFrame, true); in Initialize()
HDObjectFile.cpp372 case eSectionTypeEHFrame: in GetAddressClass()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-enumerations.h616 eSectionTypeEHFrame, enumerator
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp1713 else if (name == g_sect_name_eh_frame) sect_type = eSectionTypeEHFrame; in CreateSections()