Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCCodeView.cpp506 MCCVFunctionInfo::LineInfo LastSourceLoc, CurSourceLoc; in encodeInlineLineTable() local
523 CurSourceLoc.File = Loc.getFileNum(); in encodeInlineLineTable()
524 CurSourceLoc.Line = Loc.getLine(); in encodeInlineLineTable()
531 CurSourceLoc = I->second; in encodeInlineLineTable()
549 if (HaveOpenRange && CurSourceLoc.File == LastSourceLoc.File && in encodeInlineLineTable()
550 CurSourceLoc.Line == LastSourceLoc.Line) in encodeInlineLineTable()
555 if (CurSourceLoc.File != LastSourceLoc.File) { in encodeInlineLineTable()
557 Files[CurSourceLoc.File - 1] in encodeInlineLineTable()
564 int LineDelta = CurSourceLoc.Line - LastSourceLoc.Line; in encodeInlineLineTable()
586 LastSourceLoc = CurSourceLoc; in encodeInlineLineTable()