Home
last modified time | relevance | path

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

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