Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCCodeView.h154 bool recordInlinedCallSiteId(unsigned FuncId, unsigned IAFunc,
DMCStreamer.h864 virtual bool EmitCVInlineSiteIdDirective(unsigned FunctionId, unsigned IAFunc,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCStreamer.cpp283 unsigned IAFunc, unsigned IAFile, in EmitCVInlineSiteIdDirective() argument
286 if (getContext().getCVContext().getCVFunctionInfo(IAFunc) == nullptr) { in EmitCVInlineSiteIdDirective()
293 FunctionId, IAFunc, IAFile, IALine, IACol); in EmitCVInlineSiteIdDirective()
DMCCodeView.cpp99 bool CodeViewContext::recordInlinedCallSiteId(unsigned FuncId, unsigned IAFunc, in recordInlinedCallSiteId() argument
116 Info->ParentFuncIdPlusOne = IAFunc + 1; in recordInlinedCallSiteId()
DMCAsmStreamer.cpp251 bool EmitCVInlineSiteIdDirective(unsigned FunctionId, unsigned IAFunc,
1374 unsigned IAFunc, in EmitCVInlineSiteIdDirective() argument
1378 OS << "\t.cv_inline_site_id " << FunctionId << " within " << IAFunc in EmitCVInlineSiteIdDirective()
1380 return MCStreamer::EmitCVInlineSiteIdDirective(FunctionId, IAFunc, IAFile, in EmitCVInlineSiteIdDirective()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp3679 int64_t IAFunc; in parseDirectiveCVInlineSiteId() local
3696 if (parseCVFunctionId(IAFunc, ".cv_inline_site_id")) in parseDirectiveCVInlineSiteId()
3722 if (!getStreamer().EmitCVInlineSiteIdDirective(FunctionId, IAFunc, IAFile, in parseDirectiveCVInlineSiteId()