Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp69 lldb::eSectionTypeDWARFDebugInfo, true)) in CreateInstance()
113 eSectionTypeDWARFDebugFrame, eSectionTypeDWARFDebugInfo, in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp67 lldb::eSectionTypeDWARFDebugInfo, true)) in CreateInstance()
117 eSectionTypeDWARFDebugFrame, eSectionTypeDWARFDebugInfo, in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp87 lldb::eSectionTypeDWARFDebugInfo, true)) in CreateInstance()
148 eSectionTypeDWARFDebugFrame, eSectionTypeDWARFDebugInfo, in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp71 return LoadOrGetSection(eSectionTypeDWARFDebugInfo, in getOrLoadDebugInfoData()
H A DSymbolFileDWARF.cpp620 section_list->FindSectionByType(eSectionTypeDWARFDebugInfo, true).get(); in CalculateAbilities()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp74 case eSectionTypeDWARFDebugInfo: in GetTypeAsCString()
435 case eSectionTypeDWARFDebugInfo: in ContainsOnlyDebugInfo()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp340 case eSectionTypeDWARFDebugInfo: in GetAddressClass()
647 .Case("info", eSectionTypeDWARFDebugInfo) in GetDWARFSectionTypeFromName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/XCOFF/
H A DObjectFileXCOFF.cpp339 .Case(".dwinfo", eSectionTypeDWARFDebugInfo) in CreateSectionsWithBitness()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp560 sect_type = lldb::eSectionTypeDWARFDebugInfo; in GetSectionTypeFromSectionName()
1088 case lldb::eSectionTypeDWARFDebugInfo: in CommitOneAllocation()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h731 eSectionTypeDWARFDebugInfo, enumerator
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst943 .. py:data:: eSectionTypeDWARFDebugInfo
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp82931 {SWIG_LUA_CONSTTAB_INT("eSectionTypeDWARFDebugInfo", (lldb::eSectionTypeDWARFDebugInfo))},