Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
DSymbolVendorWasm.cpp72 lldb::eSectionTypeDWARFDebugInfo, true)) in CreateInstance()
120 eSectionTypeDWARFDebugFrame, eSectionTypeDWARFDebugInfo, in CreateInstance()
/external/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
DSymbolVendorELF.cpp75 lldb::eSectionTypeDWARFDebugInfo, true)) in CreateInstance()
123 eSectionTypeDWARFDebugFrame, eSectionTypeDWARFDebugInfo, in CreateInstance()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFContext.cpp69 return LoadOrGetSection(eSectionTypeDWARFDebugInfo, in getOrLoadDebugInfoData()
DSymbolFileDWARF.cpp524 section_list->FindSectionByType(eSectionTypeDWARFDebugInfo, true).get(); in CalculateAbilities()
/external/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
DObjectFileWasm.cpp290 .Case(".debug_info", eSectionTypeDWARFDebugInfo) in CreateSections()
/external/llvm-project/lldb/source/Core/
DSection.cpp74 case eSectionTypeDWARFDebugInfo: in GetTypeAsCString()
/external/llvm-project/lldb/include/lldb/
Dlldb-enumerations.h663 eSectionTypeDWARFDebugInfo, enumerator
/external/llvm-project/lldb/source/Expression/
DIRExecutionUnit.cpp535 sect_type = lldb::eSectionTypeDWARFDebugInfo; in GetSectionTypeFromSectionName()
1123 case lldb::eSectionTypeDWARFDebugInfo: in CommitOneAllocation()
/external/llvm-project/lldb/source/Symbol/
DObjectFile.cpp352 case eSectionTypeDWARFDebugInfo: in GetAddressClass()
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp790 .Case(".debug_info", eSectionTypeDWARFDebugInfo) in GetSectionType()
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1133 case eSectionTypeDWARFDebugInfo: in GetAddressClass()
1441 return eSectionTypeDWARFDebugInfo; in GetSectionType()
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1575 .Case("info", eSectionTypeDWARFDebugInfo) in GetSectionTypeFromName()