Lines Matching refs:FunctionId
274 bool EmitCVInlineSiteIdDirective(unsigned FunctionId, unsigned IAFunc,
277 void emitCVLocDirective(unsigned FunctionId, unsigned FileNo, unsigned Line,
280 void emitCVLinetableDirective(unsigned FunctionId, const MCSymbol *FnStart,
1621 bool MCAsmStreamer::EmitCVInlineSiteIdDirective(unsigned FunctionId, in EmitCVInlineSiteIdDirective() argument
1626 OS << "\t.cv_inline_site_id " << FunctionId << " within " << IAFunc in EmitCVInlineSiteIdDirective()
1628 return MCStreamer::EmitCVInlineSiteIdDirective(FunctionId, IAFunc, IAFile, in EmitCVInlineSiteIdDirective()
1632 void MCAsmStreamer::emitCVLocDirective(unsigned FunctionId, unsigned FileNo, in emitCVLocDirective() argument
1637 if (!checkCVLocSection(FunctionId, FileNo, Loc)) in emitCVLocDirective()
1640 OS << "\t.cv_loc\t" << FunctionId << " " << FileNo << " " << Line << " " in emitCVLocDirective()
1656 void MCAsmStreamer::emitCVLinetableDirective(unsigned FunctionId, in emitCVLinetableDirective() argument
1659 OS << "\t.cv_linetable\t" << FunctionId << ", "; in emitCVLinetableDirective()
1664 this->MCStreamer::emitCVLinetableDirective(FunctionId, FnStart, FnEnd); in emitCVLinetableDirective()