Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp114 eSectionTypeDWARFDebugLine, eSectionTypeDWARFDebugLoc, in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp118 eSectionTypeDWARFDebugLine, eSectionTypeDWARFDebugLineStr, in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp120 eSectionTypeDWARFDebugLine, eSectionTypeDWARFDebugLineStr, in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp76 return LoadOrGetSection(eSectionTypeDWARFDebugLine, std::nullopt, in getOrLoadLineData()
H A DSymbolFileDWARF.cpp637 section_list->FindSectionByType(eSectionTypeDWARFDebugLine, true) in CalculateAbilities()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp78 case eSectionTypeDWARFDebugLine: in GetTypeAsCString()
434 case eSectionTypeDWARFDebugLine: in ContainsOnlyDebugInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp199 .Case(".debug_line", eSectionTypeDWARFDebugLine) in CreateSections()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp264 .Cases("line", "line.dwo", eSectionTypeDWARFDebugLine) in GetSectionTypeFromName()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp566 sect_type = lldb::eSectionTypeDWARFDebugLine; in GetSectionTypeFromSectionName()
1053 case lldb::eSectionTypeDWARFDebugLine: in CommitOneAllocation()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h721 eSectionTypeDWARFDebugLine, enumerator
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp342 case eSectionTypeDWARFDebugLine: in GetAddressClass()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst944 .. py:data:: eSectionTypeDWARFDebugLine
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1673 .Cases("line", "line.dwo", eSectionTypeDWARFDebugLine) in GetSectionTypeFromName()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81530 {SWIG_LUA_CONSTTAB_INT("eSectionTypeDWARFDebugLine", (lldb::eSectionTypeDWARFDebugLine))},