Home
last modified time | relevance | path

Searched refs:LastSourceLoc (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
498 LastSourceLoc.File = Frag.StartFileId; in encodeInlineLineTable()
499 LastSourceLoc.Line = Frag.StartLineNum; 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()
555 int LineDelta = CurSourceLoc.Line - LastSourceLoc.Line; in encodeInlineLineTable()
580 LastSourceLoc = CurSourceLoc; in encodeInlineLineTable()