Lines Matching refs:FunctionId
282 bool emitCVInlineSiteIdDirective(unsigned FunctionId, unsigned IAFunc,
285 void emitCVLocDirective(unsigned FunctionId, unsigned FileNo, unsigned Line,
288 void emitCVLinetableDirective(unsigned FunctionId, const MCSymbol *FnStart,
1684 bool MCAsmStreamer::emitCVInlineSiteIdDirective(unsigned FunctionId, in emitCVInlineSiteIdDirective() argument
1689 OS << "\t.cv_inline_site_id " << FunctionId << " within " << IAFunc in emitCVInlineSiteIdDirective()
1691 return MCStreamer::emitCVInlineSiteIdDirective(FunctionId, IAFunc, IAFile, in emitCVInlineSiteIdDirective()
1695 void MCAsmStreamer::emitCVLocDirective(unsigned FunctionId, unsigned FileNo, in emitCVLocDirective() argument
1700 if (!checkCVLocSection(FunctionId, FileNo, Loc)) in emitCVLocDirective()
1703 OS << "\t.cv_loc\t" << FunctionId << " " << FileNo << " " << Line << " " in emitCVLocDirective()
1719 void MCAsmStreamer::emitCVLinetableDirective(unsigned FunctionId, in emitCVLinetableDirective() argument
1722 OS << "\t.cv_linetable\t" << FunctionId << ", "; in emitCVLinetableDirective()
1727 this->MCStreamer::emitCVLinetableDirective(FunctionId, FnStart, FnEnd); in emitCVLinetableDirective()