Searched refs:DebugLines (Results 1 – 7 of 7) sorted by relevance
351 DWARFYAML::LineTable DebugLines; in dumpDebugLines() local357 DebugLines.Format = dwarf::DWARF64; in dumpDebugLines()358 DebugLines.Length = LineData.getU64(&Offset); in dumpDebugLines()360 DebugLines.Format = dwarf::DWARF32; in dumpDebugLines()361 DebugLines.Length = LengthOrDWARF64Prefix; in dumpDebugLines()363 assert(DebugLines.Length); in dumpDebugLines()364 uint64_t LineTableLength = *DebugLines.Length; in dumpDebugLines()366 DebugLines.Format == dwarf::DWARF64 ? 8 : 4; in dumpDebugLines()367 DebugLines.Version = LineData.getU16(&Offset); in dumpDebugLines()368 DebugLines.PrologueLength = in dumpDebugLines()[all …]
33 if (!DebugLines.empty()) in getNonEmptySectionNames()105 IO.mapOptional("debug_line", DWARF.DebugLines); in mapping()
571 for (const DWARFYAML::LineTable &LineTable : DI.DebugLines) { in emitDebugLine()
40 IO.mapOptional("debug_line", DWARF.DebugLines); in mapping()
213 for (const auto &LineTable : DI.DebugLines) { in EmitDebugLine()
156 std::vector<LineTable> DebugLines; member
227 std::vector<LineTable> DebugLines; member