Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerBase.cpp21 .Case(getSectionName(DebugSectionKind::DebugLine), in parseDebugTableName()
22 DebugSectionKind::DebugLine) in parseDebugTableName()
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DLogChannelDWARF.cpp18 {{"line"}, {"log the parsing of .debug_line"}, DWARFLog::DebugLine},
H A DLogChannelDWARF.h19 DebugLine = Log::ChannelFlag<1>, enumerator
/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerBase.h29 DebugLine, enumerator
/llvm-project/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.h53 struct DebugLine { struct
499 std::optional<DebugLine> debugLine;
54 fileIDDebugLine global() argument
55 lineDebugLine global() argument
56 columnDebugLine global() argument
H A DDeserializer.cpp2241 debugLine = DebugLine{operands[0], operands[1], operands[2]}; in processDebugString()
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerTypeUnit.cpp52 getOrCreateSectionDescriptor(DebugSectionKind::DebugLine); in createDIETree()
347 getOrCreateSectionDescriptor(DebugSectionKind::DebugLine); in finishCloningAndEmit()
H A DDebugLineSectionEmitter.h38 U.getOrCreateSectionDescriptor(DebugSectionKind::DebugLine); in emit()
H A DDIEAttributeCloner.cpp343 DebugSectionKind::DebugLine)}, in cloneScalarAttr()
H A DDWARFLinkerCompileUnit.cpp975 &getOrCreateSectionDescriptor(DebugSectionKind::DebugLine)}); in emitMacroTableImpl()
/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dirtranslator-extract-used-by-dbg.ll169 !140 = !DIEnumerator(name: "DebugLine", value: 7)
/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp243 case DebugSectionKind::DebugLine: in getMCSection()
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def1290 HANDLE_DWARF_SECTION(DebugLine, ".debug_line", "debug-line", OffsetOption)
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.td495 defm : DemangledExtendedBuiltin<"DebugLine", NonSemantic_Shader_DebugInfo_100, 103>;