Lines Matching refs:FunctionId
354 bool parseCVFunctionId(int64_t &FunctionId, StringRef DirectiveName);
3577 bool AsmParser::parseCVFunctionId(int64_t &FunctionId, in parseCVFunctionId() argument
3581 parseIntToken(FunctionId, "expected function id in '" + DirectiveName + in parseCVFunctionId()
3583 check(FunctionId < 0 || FunctionId >= UINT_MAX, Loc, in parseCVFunctionId()
3604 int64_t FunctionId; in parseDirectiveCVFuncId() local
3606 if (parseCVFunctionId(FunctionId, ".cv_func_id") || in parseDirectiveCVFuncId()
3611 if (!getStreamer().EmitCVFuncIdDirective(FunctionId)) in parseDirectiveCVFuncId()
3627 int64_t FunctionId; in parseDirectiveCVInlineSiteId() local
3634 if (parseCVFunctionId(FunctionId, ".cv_inline_site_id")) in parseDirectiveCVInlineSiteId()
3671 if (!getStreamer().EmitCVInlineSiteIdDirective(FunctionId, IAFunc, IAFile, in parseDirectiveCVInlineSiteId()
3687 int64_t FunctionId, FileNumber; in parseDirectiveCVLoc() local
3688 if (parseCVFunctionId(FunctionId, ".cv_loc") || in parseDirectiveCVLoc()
3739 getStreamer().EmitCVLocDirective(FunctionId, FileNumber, LineNumber, in parseDirectiveCVLoc()
3748 int64_t FunctionId; in parseDirectiveCVLinetable() local
3751 if (parseCVFunctionId(FunctionId, ".cv_linetable") || in parseDirectiveCVLinetable()
3765 getStreamer().EmitCVLinetableDirective(FunctionId, FnStartSym, FnEndSym); in parseDirectiveCVLinetable()