Home
last modified time | relevance | path

Searched refs:eSectionTypeDWARFDebugAbbrev (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp112 eSectionTypeDWARFDebugAbbrev, eSectionTypeDWARFDebugAranges, in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp115 eSectionTypeDWARFDebugAbbrev, eSectionTypeDWARFDebugAddr, in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp117 eSectionTypeDWARFDebugAbbrev, eSectionTypeDWARFDebugAddr, in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp56 return LoadOrGetSection(eSectionTypeDWARFDebugAbbrev, in getOrLoadAbbrevData()
H A DSymbolFileDWARF.cpp619 section_list->FindSectionByType(eSectionTypeDWARFDebugAbbrev, true) in CalculateAbilities()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp60 case eSectionTypeDWARFDebugAbbrev: in GetTypeAsCString()
425 case eSectionTypeDWARFDebugAbbrev: in ContainsOnlyDebugInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp197 .Case(".debug_abbrev", eSectionTypeDWARFDebugAbbrev) in CreateSections()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp256 .Case("abbrev", eSectionTypeDWARFDebugAbbrev) in GetSectionTypeFromName()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp547 sect_type = lldb::eSectionTypeDWARFDebugAbbrev; in GetSectionTypeFromSectionName()
1047 case lldb::eSectionTypeDWARFDebugAbbrev: in CommitOneAllocation()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h715 eSectionTypeDWARFDebugAbbrev, enumerator
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp334 case eSectionTypeDWARFDebugAbbrev: in GetAddressClass()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst938 .. py:data:: eSectionTypeDWARFDebugAbbrev
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1665 .Case("abbrev", eSectionTypeDWARFDebugAbbrev) in GetSectionTypeFromName()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81524 {SWIG_LUA_CONSTTAB_INT("eSectionTypeDWARFDebugAbbrev", (lldb::eSectionTypeDWARFDebugAbbrev))},