Home
last modified time | relevance | path

Searched refs:DebugLines (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp352 DWARFYAML::LineTable DebugLines; in dumpDebugLines() local
358 DebugLines.Format = dwarf::DWARF64; in dumpDebugLines()
361 DebugLines.Format = dwarf::DWARF32; in dumpDebugLines()
364 assert(DebugLines.Length); in dumpDebugLines()
369 DebugLines.PrologueLength = in dumpDebugLines()
371 assert(DebugLines.PrologueLength); in dumpDebugLines()
375 if (DebugLines.Version >= 4) in dumpDebugLines()
389 DebugLines.IncludeDirs.push_back(Dir); in dumpDebugLines()
397 DebugLines.Files.push_back(TmpFile); in dumpDebugLines()
457 DebugLines.Opcodes.push_back(NewOp); in dumpDebugLines()
[all …]
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp33 if (!DebugLines.empty()) in getNonEmptySectionNames()
105 IO.mapOptional("debug_line", DWARF.DebugLines); in mapping()
H A DDWARFEmitter.cpp570 for (const DWARFYAML::LineTable &LineTable : DI.DebugLines) { in emitDebugLine()
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h227 std::vector<LineTable> DebugLines; member