Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCCodeView.cpp505 MCCVFunctionInfo::LineInfo LastSourceLoc, CurSourceLoc; in encodeInlineLineTable() local
522 CurSourceLoc.File = Loc.getFileNum(); in encodeInlineLineTable()
523 CurSourceLoc.Line = Loc.getLine(); in encodeInlineLineTable()
530 CurSourceLoc = I->second; in encodeInlineLineTable()
548 if (HaveOpenRange && CurSourceLoc.File == LastSourceLoc.File && in encodeInlineLineTable()
549 CurSourceLoc.Line == LastSourceLoc.Line) in encodeInlineLineTable()
554 if (CurSourceLoc.File != LastSourceLoc.File) { in encodeInlineLineTable()
556 Files[CurSourceLoc.File - 1] in encodeInlineLineTable()
563 int LineDelta = CurSourceLoc.Line - LastSourceLoc.Line; in encodeInlineLineTable()
585 LastSourceLoc = CurSourceLoc; in encodeInlineLineTable()