Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp119 eSectionTypeDWARFDebugNames, eSectionTypeDWARFDebugPubNames, in CreateInstance()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp121 eSectionTypeDWARFDebugNames, eSectionTypeDWARFDebugPubNames, in CreateInstance()
/llvm-project-15.0.7/lldb/source/Core/
H A DSection.cpp116 case eSectionTypeDWARFDebugNames: in GetTypeAsCString()
449 case eSectionTypeDWARFDebugNames: in ContainsOnlyDebugInfo()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp271 .Case("names", eSectionTypeDWARFDebugNames) in GetSectionTypeFromName()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h704 eSectionTypeDWARFDebugNames, ///< DWARF v5 .debug_names enumerator
/llvm-project-15.0.7/lldb/source/Symbol/
H A DObjectFile.cpp341 case eSectionTypeDWARFDebugNames: in GetAddressClass()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp948 .Case(".debug_names", eSectionTypeDWARFDebugNames) in GetSectionType()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst967 .. py:data:: eSectionTypeDWARFDebugNames
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1189 case eSectionTypeDWARFDebugNames: in GetAddressClass()
1483 return eSectionTypeDWARFDebugNames; in GetSectionType()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1628 .Case("names", eSectionTypeDWARFDebugNames) in GetSectionTypeFromName()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp476 LoadSectionData(eSectionTypeDWARFDebugNames, debug_names); in InitializeObject()