Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h713 eSectionTypeDWARFDebugNames, // DWARF v5 .debug_names enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSection.cpp108 case eSectionTypeDWARFDebugNames: in GetTypeAsCString()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DObjectFile.cpp361 case eSectionTypeDWARFDebugNames: in GetAddressClass()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1768 .Case(".debug_names", eSectionTypeDWARFDebugNames) in GetSectionTypeFromName()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp477 LoadSectionData(eSectionTypeDWARFDebugNames, debug_names); in InitializeObject()