Home
last modified time | relevance | path

Searched refs:eSectionTypeDWARFDebugInfo (Results 1 – 12 of 12) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp72 lldb::eSectionTypeDWARFDebugInfo, true)) in CreateInstance()
119 eSectionTypeDWARFDebugFrame, eSectionTypeDWARFDebugInfo, in CreateInstance()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp75 lldb::eSectionTypeDWARFDebugInfo, true)) in CreateInstance()
122 eSectionTypeDWARFDebugFrame, eSectionTypeDWARFDebugInfo, in CreateInstance()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp69 return LoadOrGetSection(eSectionTypeDWARFDebugInfo, in getOrLoadDebugInfoData()
H A DSymbolFileDWARF.cpp539 section_list->FindSectionByType(eSectionTypeDWARFDebugInfo, true).get(); in CalculateAbilities()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp265 .Case("info", eSectionTypeDWARFDebugInfo) in GetSectionTypeFromName()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h668 eSectionTypeDWARFDebugInfo, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp74 case eSectionTypeDWARFDebugInfo: in GetTypeAsCString()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp547 sect_type = lldb::eSectionTypeDWARFDebugInfo; in GetSectionTypeFromSectionName()
1135 case lldb::eSectionTypeDWARFDebugInfo: in CommitOneAllocation()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp328 case eSectionTypeDWARFDebugInfo: in GetAddressClass()
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst941 .. py:data:: eSectionTypeDWARFDebugInfo
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1588 .Case("info", eSectionTypeDWARFDebugInfo) in GetSectionTypeFromName()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp70960 {SWIG_LUA_CONSTTAB_INT("eSectionTypeDWARFDebugInfo", lldb::eSectionTypeDWARFDebugInfo)},