Lines Matching defs:FunctionId
317 bool emitCVInlineSiteIdDirective(unsigned FunctionId, unsigned IAFunc,
320 void emitCVLocDirective(unsigned FunctionId, unsigned FileNo, unsigned Line,
323 void emitCVLinetableDirective(unsigned FunctionId, const MCSymbol *FnStart,
1840 bool MCAsmStreamer::emitCVInlineSiteIdDirective(unsigned FunctionId,
1845 OS << "\t.cv_inline_site_id " << FunctionId << " within " << IAFunc
1847 return MCStreamer::emitCVInlineSiteIdDirective(FunctionId, IAFunc, IAFile,
1851 void MCAsmStreamer::emitCVLocDirective(unsigned FunctionId, unsigned FileNo,
1856 if (!checkCVLocSection(FunctionId, FileNo, Loc))
1859 OS << "\t.cv_loc\t" << FunctionId << " " << FileNo << " " << Line << " "
1875 void MCAsmStreamer::emitCVLinetableDirective(unsigned FunctionId,
1878 OS << "\t.cv_linetable\t" << FunctionId << ", ";
1883 this->MCStreamer::emitCVLinetableDirective(FunctionId, FnStart, FnEnd);