Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp70 lldb::eSectionTypeDWARFDebugInfo, true)) in CreateInstance()
116 eSectionTypeDWARFDebugFrame, eSectionTypeDWARFDebugInfo, in CreateInstance()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp67 lldb::eSectionTypeDWARFDebugInfo, true)) in CreateInstance()
114 eSectionTypeDWARFDebugFrame, eSectionTypeDWARFDebugInfo, in CreateInstance()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp70 lldb::eSectionTypeDWARFDebugInfo, true)) in CreateInstance()
117 eSectionTypeDWARFDebugFrame, eSectionTypeDWARFDebugInfo, in CreateInstance()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp69 return LoadOrGetSection(eSectionTypeDWARFDebugInfo, in getOrLoadDebugInfoData()
H A DSymbolFileDWARF.cpp538 section_list->FindSectionByType(eSectionTypeDWARFDebugInfo, true).get(); in CalculateAbilities()
/llvm-project-15.0.7/lldb/source/Core/
H A DSection.cpp74 case eSectionTypeDWARFDebugInfo: in GetTypeAsCString()
428 case eSectionTypeDWARFDebugInfo: in ContainsOnlyDebugInfo()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp261 .Case("info", eSectionTypeDWARFDebugInfo) in GetSectionTypeFromName()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h676 eSectionTypeDWARFDebugInfo, enumerator
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRExecutionUnit.cpp559 sect_type = lldb::eSectionTypeDWARFDebugInfo; in GetSectionTypeFromSectionName()
1050 case lldb::eSectionTypeDWARFDebugInfo: in CommitOneAllocation()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DObjectFile.cpp331 case eSectionTypeDWARFDebugInfo: in GetAddressClass()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp943 .Case(".debug_info", eSectionTypeDWARFDebugInfo) in GetSectionType()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst941 .. py:data:: eSectionTypeDWARFDebugInfo
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1179 case eSectionTypeDWARFDebugInfo: in GetAddressClass()
1473 return eSectionTypeDWARFDebugInfo; in GetSectionType()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1618 .Case("info", eSectionTypeDWARFDebugInfo) in GetSectionTypeFromName()