Home
last modified time | relevance | path

Searched refs:IAFunc (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCCodeView.h161 bool recordInlinedCallSiteId(unsigned FuncId, unsigned IAFunc,
H A DMCStreamer.h952 virtual bool emitCVInlineSiteIdDirective(unsigned FunctionId, unsigned IAFunc,
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCCodeView.cpp100 bool CodeViewContext::recordInlinedCallSiteId(unsigned FuncId, unsigned IAFunc, in recordInlinedCallSiteId() argument
117 Info->ParentFuncIdPlusOne = IAFunc + 1; in recordInlinedCallSiteId()
H A DMCStreamer.cpp306 unsigned IAFunc, unsigned IAFile, in emitCVInlineSiteIdDirective() argument
309 if (getContext().getCVContext().getCVFunctionInfo(IAFunc) == nullptr) { in emitCVInlineSiteIdDirective()
316 FunctionId, IAFunc, IAFile, IALine, IACol); in emitCVInlineSiteIdDirective()
H A DMCAsmStreamer.cpp289 bool emitCVInlineSiteIdDirective(unsigned FunctionId, unsigned IAFunc,
1717 unsigned IAFunc, in emitCVInlineSiteIdDirective() argument
1721 OS << "\t.cv_inline_site_id " << FunctionId << " within " << IAFunc in emitCVInlineSiteIdDirective()
1723 return MCStreamer::emitCVInlineSiteIdDirective(FunctionId, IAFunc, IAFile, in emitCVInlineSiteIdDirective()
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3824 int64_t IAFunc; in parseDirectiveCVInlineSiteId() local
3841 if (parseCVFunctionId(IAFunc, ".cv_inline_site_id")) in parseDirectiveCVInlineSiteId()
3866 if (!getStreamer().emitCVInlineSiteIdDirective(FunctionId, IAFunc, IAFile, in parseDirectiveCVInlineSiteId()
H A DMasmParser.cpp5127 int64_t IAFunc; in parseDirectiveCVInlineSiteId() local
5144 if (parseCVFunctionId(IAFunc, ".cv_inline_site_id")) in parseDirectiveCVInlineSiteId()
5169 if (!getStreamer().emitCVInlineSiteIdDirective(FunctionId, IAFunc, IAFile, in parseDirectiveCVInlineSiteId()