Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp116 eSectionTypeDWARFDebugNames, eSectionTypeDWARFDebugPubNames, in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp152 eSectionTypeDWARFDebugNames, eSectionTypeDWARFDebugPubNames, in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp116 case eSectionTypeDWARFDebugNames: in GetTypeAsCString()
456 case eSectionTypeDWARFDebugNames: in ContainsOnlyDebugInfo()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp350 case eSectionTypeDWARFDebugNames: in GetAddressClass()
657 .Case("names", eSectionTypeDWARFDebugNames) in GetDWARFSectionTypeFromName()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h759 eSectionTypeDWARFDebugNames, ///< DWARF v5 .debug_names enumerator
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst969 .. py:data:: eSectionTypeDWARFDebugNames
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp544 LoadSectionData(eSectionTypeDWARFDebugNames, debug_names); in InitializeObject()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp82957 {SWIG_LUA_CONSTTAB_INT("eSectionTypeDWARFDebugNames", (lldb::eSectionTypeDWARFDebugNames))},