Home
last modified time | relevance | path

Searched refs:eSectionTypeDWARFDebugAbbrev (Results 1 – 12 of 12) 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/SymbolFile/DWARF/
H A DDWARFContext.cpp56 return LoadOrGetSection(eSectionTypeDWARFDebugAbbrev, in getOrLoadAbbrevData()
H A DSymbolFileDWARF.cpp625 section_list->FindSectionByType(eSectionTypeDWARFDebugAbbrev, true) in CalculateAbilities()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp146 eSectionTypeDWARFDebugAbbrev, eSectionTypeDWARFDebugAddr, in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp60 case eSectionTypeDWARFDebugAbbrev: in GetTypeAsCString()
428 case eSectionTypeDWARFDebugAbbrev: in ContainsOnlyDebugInfo()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp334 case eSectionTypeDWARFDebugAbbrev: in GetAddressClass()
641 .Case("abbrev", eSectionTypeDWARFDebugAbbrev) in GetDWARFSectionTypeFromName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/XCOFF/
H A DObjectFileXCOFF.cpp341 .Case(".dwabrev", eSectionTypeDWARFDebugAbbrev) in CreateSectionsWithBitness()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp546 sect_type = lldb::eSectionTypeDWARFDebugAbbrev; in GetSectionTypeFromSectionName()
1083 case lldb::eSectionTypeDWARFDebugAbbrev: in CommitOneAllocation()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h726 eSectionTypeDWARFDebugAbbrev, enumerator
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst938 .. py:data:: eSectionTypeDWARFDebugAbbrev
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp82926 {SWIG_LUA_CONSTTAB_INT("eSectionTypeDWARFDebugAbbrev", (lldb::eSectionTypeDWARFDebugAbbrev))},