Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h520 unsigned StartLineNum; variable
531 unsigned StartLineNum, const MCSymbol *FnStartSym,
535 StartFileId(StartFileId), StartLineNum(StartLineNum), in MCFragment()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp516 StartLoc.setLine(Frag.StartLineNum); in encodeInlineLineTable()
522 LastSourceLoc.Line = Frag.StartLineNum; in encodeInlineLineTable()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1021 unsigned StartLineNum = Site.Inlinee->getLine(); in emitInlinedCallSite() local
1023 OS.emitCVInlineLinetableDirective(Site.SiteFuncId, FileId, StartLineNum, in emitInlinedCallSite()