Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp117 eSectionTypeDWARFDebugNames, eSectionTypeDWARFDebugPubNames, in CreateInstance()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp121 eSectionTypeDWARFDebugNames, eSectionTypeDWARFDebugPubNames, in CreateInstance()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DSection.cpp116 case eSectionTypeDWARFDebugNames: in GetTypeAsCString()
449 case eSectionTypeDWARFDebugNames: in ContainsOnlyDebugInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp272 .Case("names", eSectionTypeDWARFDebugNames) in GetSectionTypeFromName()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h709 eSectionTypeDWARFDebugNames, ///< DWARF v5 .debug_names enumerator
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DObjectFile.cpp341 case eSectionTypeDWARFDebugNames: in GetAddressClass()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp996 .Case(".debug_names", eSectionTypeDWARFDebugNames) in GetSectionType()
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst967 .. py:data:: eSectionTypeDWARFDebugNames
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1206 case eSectionTypeDWARFDebugNames: in GetAddressClass()
1499 return eSectionTypeDWARFDebugNames; in GetSectionType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1645 .Case("names", eSectionTypeDWARFDebugNames) in GetSectionTypeFromName()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp476 LoadSectionData(eSectionTypeDWARFDebugNames, debug_names); in InitializeObject()