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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h463 unsigned StartLineNum; member in class:llvm::MCCVInlineLineTableFragment
474 unsigned StartLineNum, const MCSymbol *FnStartSym,
478 StartFileId(StartFileId), StartLineNum(StartLineNum),
473 MCCVInlineLineTableFragment(unsigned SiteFuncId, unsigned StartFileId, unsigned StartLineNum, const MCSymbol *FnStartSym, const MCSymbol *FnEndSym, MCSection *Sec = nullptr) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp501 StartLoc.setLine(Frag.StartLineNum);
507 LastSourceLoc.Line = Frag.StartLineNum;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp900 unsigned StartLineNum = Site.Inlinee->getLine(); local
902 OS.EmitCVInlineLinetableDirective(Site.SiteFuncId, FileId, StartLineNum,

Completed in 56 milliseconds