Searched refs:DebugLine (Results 1 – 14 of 14) sorted by relevance
/llvm-project/llvm/lib/DWARFLinker/ |
H A D | DWARFLinkerBase.cpp | 21 .Case(getSectionName(DebugSectionKind::DebugLine), in parseDebugTableName() 22 DebugSectionKind::DebugLine) in parseDebugTableName()
|
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | LogChannelDWARF.cpp | 18 {{"line"}, {"log the parsing of .debug_line"}, DWARFLog::DebugLine},
|
H A D | LogChannelDWARF.h | 19 DebugLine = Log::ChannelFlag<1>, enumerator
|
/llvm-project/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFLinkerBase.h | 29 DebugLine, enumerator
|
/llvm-project/mlir/lib/Target/SPIRV/Deserialization/ |
H A D | Deserializer.h | 53 struct DebugLine { struct 499 std::optional<DebugLine> debugLine; 54 fileIDDebugLine global() argument 55 lineDebugLine global() argument 56 columnDebugLine global() argument
|
H A D | Deserializer.cpp | 2241 debugLine = DebugLine{operands[0], operands[1], operands[2]}; in processDebugString()
|
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerTypeUnit.cpp | 52 getOrCreateSectionDescriptor(DebugSectionKind::DebugLine); in createDIETree() 347 getOrCreateSectionDescriptor(DebugSectionKind::DebugLine); in finishCloningAndEmit()
|
H A D | DebugLineSectionEmitter.h | 38 U.getOrCreateSectionDescriptor(DebugSectionKind::DebugLine); in emit()
|
H A D | DIEAttributeCloner.cpp | 343 DebugSectionKind::DebugLine)}, in cloneScalarAttr()
|
H A D | DWARFLinkerCompileUnit.cpp | 975 &getOrCreateSectionDescriptor(DebugSectionKind::DebugLine)}); in emitMacroTableImpl()
|
/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/ |
H A D | irtranslator-extract-used-by-dbg.ll | 169 !140 = !DIEnumerator(name: "DebugLine", value: 7)
|
/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFStreamer.cpp | 243 case DebugSectionKind::DebugLine: in getMCSection()
|
/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.def | 1290 HANDLE_DWARF_SECTION(DebugLine, ".debug_line", "debug-line", OffsetOption)
|
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVBuiltins.td | 495 defm : DemangledExtendedBuiltin<"DebugLine", NonSemantic_Shader_DebugInfo_100, 103>;
|