Home
last modified time | relevance | path

Searched refs:eSectionTypeDWARFDebugFrame (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp131 eSectionTypeDWARFDebugFrame, eSectionTypeDWARFDebugInfo, in CreateInstance()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DUnwindTable.cpp57 sect = sl->FindSectionByType(eSectionTypeDWARFDebugFrame, true); in Initialize()
H A DObjectFile.cpp352 case eSectionTypeDWARFDebugFrame: in GetAddressClass()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h684 eSectionTypeDWARFDebugFrame, enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp543 sect_type = lldb::eSectionTypeDWARFDebugFrame; in GetSectionTypeFromSectionName()
1090 case lldb::eSectionTypeDWARFDebugFrame: in CommitOneAllocation()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSection.cpp72 case eSectionTypeDWARFDebugFrame: in GetTypeAsCString()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1757 .Case(".debug_frame", eSectionTypeDWARFDebugFrame) in GetSectionTypeFromName()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp637 return GetCachedSectionData(eSectionTypeDWARFDebugFrame, m_data_debug_frame); in get_debug_frame_data()