Lines Matching refs:LVLines
454 auto InstructionsSP = std::make_unique<LVLines>(); in createInstructions()
455 LVLines &Instructions = *InstructionsSP; in createInstructions()
584 void LVBinaryReader::processLines(LVLines *DebugLines, in processLines()
613 LVLines::iterator Iter = DebugLines->begin(); in processLines()
630 LVLines InstructionLines; in processLines()
631 LVLines *Lines = ScopeInstructions.find(SectionIndex, Scope); in processLines()
717 LVLines *Lines = ScopeInstructions.find(Scope); in processLines()
789 void LVBinaryReader::processLines(LVLines *DebugLines, in processLines()
804 LVLines::iterator It = in processLines()
859 LVLines Group; in processLines()
878 LVLines::iterator IterStart = DebugLines->begin() + std::get<0>(Bucket); in processLines()
879 LVLines::iterator IterEnd = in processLines()
881 for (LVLines::iterator Iter = IterStart; Iter < IterEnd; ++Iter) in processLines()
914 LVLines *InlineeLines = InlineeIter->second.get(); in includeInlineeLines()
933 LVLines::iterator Iter = std::find_if( in includeInlineeLines()