Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCFragment.h518 unsigned StartLineNum; variable
529 unsigned StartLineNum, const MCSymbol *FnStartSym,
533 StartFileId(StartFileId), StartLineNum(StartLineNum), in MCFragment()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCCodeView.cpp502 StartLoc.setLine(Frag.StartLineNum); in encodeInlineLineTable()
508 LastSourceLoc.Line = Frag.StartLineNum; in encodeInlineLineTable()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1014 unsigned StartLineNum = Site.Inlinee->getLine(); in emitInlinedCallSite() local
1016 OS.emitCVInlineLinetableDirective(Site.SiteFuncId, FileId, StartLineNum, in emitInlinedCallSite()