Lines Matching refs:FunctionId
266 bool EmitCVInlineSiteIdDirective(unsigned FunctionId, unsigned IAFunc,
269 void emitCVLocDirective(unsigned FunctionId, unsigned FileNo, unsigned Line,
272 void emitCVLinetableDirective(unsigned FunctionId, const MCSymbol *FnStart,
1530 bool MCAsmStreamer::EmitCVInlineSiteIdDirective(unsigned FunctionId, in EmitCVInlineSiteIdDirective() argument
1535 OS << "\t.cv_inline_site_id " << FunctionId << " within " << IAFunc in EmitCVInlineSiteIdDirective()
1537 return MCStreamer::EmitCVInlineSiteIdDirective(FunctionId, IAFunc, IAFile, in EmitCVInlineSiteIdDirective()
1541 void MCAsmStreamer::emitCVLocDirective(unsigned FunctionId, unsigned FileNo, in emitCVLocDirective() argument
1546 if (!checkCVLocSection(FunctionId, FileNo, Loc)) in emitCVLocDirective()
1549 OS << "\t.cv_loc\t" << FunctionId << " " << FileNo << " " << Line << " " in emitCVLocDirective()
1565 void MCAsmStreamer::emitCVLinetableDirective(unsigned FunctionId, in emitCVLinetableDirective() argument
1568 OS << "\t.cv_linetable\t" << FunctionId << ", "; in emitCVLinetableDirective()
1573 this->MCStreamer::emitCVLinetableDirective(FunctionId, FnStart, FnEnd); in emitCVLinetableDirective()