Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp519 MCCVFunctionInfo::LineInfo LastSourceLoc, CurSourceLoc; in encodeInlineLineTable() local
538 CurSourceLoc.File = Loc.getFileNum(); in encodeInlineLineTable()
539 CurSourceLoc.Line = Loc.getLine(); in encodeInlineLineTable()
546 CurSourceLoc = I->second; in encodeInlineLineTable()
564 if (HaveOpenRange && CurSourceLoc.File == LastSourceLoc.File && in encodeInlineLineTable()
565 CurSourceLoc.Line == LastSourceLoc.Line) in encodeInlineLineTable()
570 if (CurSourceLoc.File != LastSourceLoc.File) { in encodeInlineLineTable()
572 Files[CurSourceLoc.File - 1] in encodeInlineLineTable()
579 int LineDelta = CurSourceLoc.Line - LastSourceLoc.Line; in encodeInlineLineTable()
601 LastSourceLoc = CurSourceLoc; in encodeInlineLineTable()