Home
last modified time | relevance | path

Searched defs:FnStartSym (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp449 emitInlineLineTableForFunction(MCObjectStreamer & OS,unsigned PrimaryFunctionId,unsigned SourceFileId,unsigned SourceLineNum,const MCSymbol * FnStartSym,const MCSymbol * FnEndSym) emitInlineLineTableForFunction() argument
H A DMCObjectStreamer.cpp606 emitCVInlineLinetableDirective(unsigned PrimaryFunctionId,unsigned SourceFileId,unsigned SourceLineNum,const MCSymbol * FnStartSym,const MCSymbol * FnEndSym) emitCVInlineLinetableDirective() argument
H A DMCStreamer.cpp354 emitCVInlineLinetableDirective(unsigned PrimaryFunctionId,unsigned SourceFileId,unsigned SourceLineNum,const MCSymbol * FnStartSym,const MCSymbol * FnEndSym) emitCVInlineLinetableDirective() argument
H A DMCAsmStreamer.cpp1833 emitCVInlineLinetableDirective(unsigned PrimaryFunctionId,unsigned SourceFileId,unsigned SourceLineNum,const MCSymbol * FnStartSym,const MCSymbol * FnEndSym) emitCVInlineLinetableDirective() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h521 const MCSymbol *getFnStartSym() const { return FnStartSym; } variable
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3963 MCSymbol *FnStartSym = getContext().getOrCreateSymbol(FnStartName); parseDirectiveCVLinetable() local
3998 MCSymbol *FnStartSym = getContext().getOrCreateSymbol(FnStartName); parseDirectiveCVInlineLinetable() local
H A DMasmParser.cpp5227 MCSymbol *FnStartSym = getContext().getOrCreateSymbol(FnStartName); parseDirectiveCVLinetable() local
5262 MCSymbol *FnStartSym = getContext().getOrCreateSymbol(FnStartName); parseDirectiveCVInlineLinetable() local