Searched refs:DebugLines (Results 1 – 4 of 4) sorted by relevance
352 DWARFYAML::LineTable DebugLines; in dumpDebugLines() local358 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 …]
33 if (!DebugLines.empty()) in getNonEmptySectionNames()105 IO.mapOptional("debug_line", DWARF.DebugLines); in mapping()
570 for (const DWARFYAML::LineTable &LineTable : DI.DebugLines) { in emitDebugLine()
227 std::vector<LineTable> DebugLines; member