Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCCodeView.cpp505 MCCVFunctionInfo::LineInfo LastSourceLoc, CurSourceLoc; in encodeInlineLineTable() local
506 LastSourceLoc.File = Frag.StartFileId; in encodeInlineLineTable()
507 LastSourceLoc.Line = Frag.StartLineNum; 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()
563 int LineDelta = CurSourceLoc.Line - LastSourceLoc.Line; in encodeInlineLineTable()
588 LastSourceLoc = CurSourceLoc; in encodeInlineLineTable()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DMCCodeView.cpp506 MCCVFunctionInfo::LineInfo LastSourceLoc, CurSourceLoc; in encodeInlineLineTable() local
507 LastSourceLoc.File = Frag.StartFileId; in encodeInlineLineTable()
508 LastSourceLoc.Line = Frag.StartLineNum; 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()
564 int LineDelta = CurSourceLoc.Line - LastSourceLoc.Line; in encodeInlineLineTable()
586 LastSourceLoc = CurSourceLoc; in encodeInlineLineTable()