Home
last modified time | relevance | path

Searched refs:eSectionTypeDWARFDebugLine (Results 1 – 12 of 12) 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/SymbolFile/DWARF/
H A DDWARFContext.cpp76 return LoadOrGetSection(eSectionTypeDWARFDebugLine, std::nullopt, in getOrLoadLineData()
H A DSymbolFileDWARF.cpp643 section_list->FindSectionByType(eSectionTypeDWARFDebugLine, true) in CalculateAbilities()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp149 eSectionTypeDWARFDebugLine, eSectionTypeDWARFDebugLineStr, in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp78 case eSectionTypeDWARFDebugLine: in GetTypeAsCString()
437 case eSectionTypeDWARFDebugLine: in ContainsOnlyDebugInfo()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp342 case eSectionTypeDWARFDebugLine: in GetAddressClass()
649 .Cases("line", "line.dwo", eSectionTypeDWARFDebugLine) in GetDWARFSectionTypeFromName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/XCOFF/
H A DObjectFileXCOFF.cpp340 .Case(".dwline", eSectionTypeDWARFDebugLine) in CreateSectionsWithBitness()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp565 sect_type = lldb::eSectionTypeDWARFDebugLine; in GetSectionTypeFromSectionName()
1089 case lldb::eSectionTypeDWARFDebugLine: in CommitOneAllocation()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h732 eSectionTypeDWARFDebugLine, enumerator
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst944 .. py:data:: eSectionTypeDWARFDebugLine
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp82932 {SWIG_LUA_CONSTTAB_INT("eSectionTypeDWARFDebugLine", (lldb::eSectionTypeDWARFDebugLine))},