Home
last modified time | relevance | path

Searched refs:CurSourceLoc (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCCodeView.cpp497 MCCVFunctionInfo::LineInfo LastSourceLoc, CurSourceLoc; in encodeInlineLineTable() local
514 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()