Searched refs:CurSourceLoc (Results 1 – 1 of 1) sorted by relevance
497 MCCVFunctionInfo::LineInfo LastSourceLoc, CurSourceLoc; in encodeInlineLineTable() local514 CurSourceLoc.File = Loc.getFileNum(); in encodeInlineLineTable()515 CurSourceLoc.Line = Loc.getLine(); in encodeInlineLineTable()522 CurSourceLoc = I->second; in encodeInlineLineTable()540 if (HaveOpenRange && CurSourceLoc.File == LastSourceLoc.File && in encodeInlineLineTable()541 CurSourceLoc.Line == LastSourceLoc.Line) in encodeInlineLineTable()546 if (CurSourceLoc.File != LastSourceLoc.File) { in encodeInlineLineTable()548 Files[CurSourceLoc.File - 1] in encodeInlineLineTable()555 int LineDelta = CurSourceLoc.Line - LastSourceLoc.Line; in encodeInlineLineTable()580 LastSourceLoc = CurSourceLoc; in encodeInlineLineTable()