Home
last modified time | relevance | path

Searched refs:eSectionTypeDWARFDebugInfo (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/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwp.cpp20 case lldb::eSectionTypeDWARFDebugInfo: in lldbSectTypeToLlvmSectionKind()
H A DSymbolFileDWARF.cpp532 section_list->FindSectionByType(eSectionTypeDWARFDebugInfo, true).get(); in CalculateAbilities()
641 return GetCachedSectionData(eSectionTypeDWARFDebugInfo, m_data_debug_info); in get_debug_info_data()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h685 eSectionTypeDWARFDebugInfo, enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp548 sect_type = lldb::eSectionTypeDWARFDebugInfo; in GetSectionTypeFromSectionName()
1091 case lldb::eSectionTypeDWARFDebugInfo: in CommitOneAllocation()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSection.cpp74 case eSectionTypeDWARFDebugInfo: in GetTypeAsCString()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DObjectFile.cpp353 case eSectionTypeDWARFDebugInfo: in GetAddressClass()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1758 .Case(".debug_info", eSectionTypeDWARFDebugInfo) in GetSectionTypeFromName()