Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h506 unsigned StartLineNum; variable
517 unsigned StartLineNum, const MCSymbol *FnStartSym,
521 StartFileId(StartFileId), StartLineNum(StartLineNum), in MCFragment()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp501 StartLoc.setLine(Frag.StartLineNum); in encodeInlineLineTable()
507 LastSourceLoc.Line = Frag.StartLineNum; in encodeInlineLineTable()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp934 unsigned StartLineNum = Site.Inlinee->getLine(); in emitInlinedCallSite() local
936 OS.emitCVInlineLinetableDirective(Site.SiteFuncId, FileId, StartLineNum, in emitInlinedCallSite()