Lines Matching refs:FunctionId
310 bool emitCVInlineSiteIdDirective(unsigned FunctionId, unsigned IAFunc,
313 void emitCVLocDirective(unsigned FunctionId, unsigned FileNo, unsigned Line,
316 void emitCVLinetableDirective(unsigned FunctionId, const MCSymbol *FnStart,
1804 bool MCAsmStreamer::emitCVInlineSiteIdDirective(unsigned FunctionId, in emitCVInlineSiteIdDirective() argument
1809 OS << "\t.cv_inline_site_id " << FunctionId << " within " << IAFunc in emitCVInlineSiteIdDirective()
1811 return MCStreamer::emitCVInlineSiteIdDirective(FunctionId, IAFunc, IAFile, in emitCVInlineSiteIdDirective()
1815 void MCAsmStreamer::emitCVLocDirective(unsigned FunctionId, unsigned FileNo, in emitCVLocDirective() argument
1820 if (!checkCVLocSection(FunctionId, FileNo, Loc)) in emitCVLocDirective()
1823 OS << "\t.cv_loc\t" << FunctionId << " " << FileNo << " " << Line << " " in emitCVLocDirective()
1839 void MCAsmStreamer::emitCVLinetableDirective(unsigned FunctionId, in emitCVLinetableDirective() argument
1842 OS << "\t.cv_linetable\t" << FunctionId << ", "; in emitCVLinetableDirective()
1847 this->MCStreamer::emitCVLinetableDirective(FunctionId, FnStart, FnEnd); in emitCVLinetableDirective()