Searched refs:DebugLines (Results 1 – 5 of 5) sorted by relevance
569 void LVBinaryReader::processLines(LVLines *DebugLines, in processLines() argument572 assert(DebugLines && "DebugLines is null."); in processLines()576 if (DebugLines->empty() && !options().getPrintInstructions()) in processLines()587 dbgs() << format("\nProcess debug lines: %d\n", DebugLines->size()); in processLines()588 for (const LVLine *Line : *DebugLines) { in processLines()598 LVLines::iterator Iter = DebugLines->begin(); in processLines()599 while (TraverseLines && Iter != DebugLines->end()) { in processLines()645 while (Iter != DebugLines->end()) { in processLines()663 Iter = DebugLines->insert(Iter, InstructionLine); in processLines()671 if (Iter == DebugLines->end()) { in processLines()[all …]
183 void processLines(LVLines *DebugLines, LVSectionIndex SectionIndex);184 void processLines(LVLines *DebugLines, LVSectionIndex SectionIndex,
33 if (!DebugLines.empty()) in getNonEmptySectionNames()105 IO.mapOptional("debug_line", DWARF.DebugLines); in mapping()
598 for (const DWARFYAML::LineTable &LineTable : DI.DebugLines) { in emitDebugLine()
254 std::vector<LineTable> DebugLines; member