Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp507 MCCVFunctionInfo::LineInfo LastSourceLoc, CurSourceLoc; in encodeInlineLineTable() local
508 LastSourceLoc.File = Frag.StartFileId; in encodeInlineLineTable()
509 LastSourceLoc.Line = Frag.StartLineNum; in encodeInlineLineTable()
551 if (HaveOpenRange && CurSourceLoc.File == LastSourceLoc.File && in encodeInlineLineTable()
552 CurSourceLoc.Line == LastSourceLoc.Line) in encodeInlineLineTable()
557 if (CurSourceLoc.File != LastSourceLoc.File) { in encodeInlineLineTable()
566 int LineDelta = CurSourceLoc.Line - LastSourceLoc.Line; in encodeInlineLineTable()
588 LastSourceLoc = CurSourceLoc; in encodeInlineLineTable()