Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCCodeView.h175 bool recordInlinedCallSiteId(unsigned FuncId, unsigned IAFunc,
DMCStreamer.h816 virtual bool EmitCVInlineSiteIdDirective(unsigned FunctionId, unsigned IAFunc,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCStreamer.cpp257 unsigned IAFunc, unsigned IAFile, in EmitCVInlineSiteIdDirective() argument
260 if (getContext().getCVContext().getCVFunctionInfo(IAFunc) == nullptr) { in EmitCVInlineSiteIdDirective()
267 FunctionId, IAFunc, IAFile, IALine, IACol); in EmitCVInlineSiteIdDirective()
DMCCodeView.cpp100 bool CodeViewContext::recordInlinedCallSiteId(unsigned FuncId, unsigned IAFunc, in recordInlinedCallSiteId() argument
117 Info->ParentFuncIdPlusOne = IAFunc + 1; in recordInlinedCallSiteId()
DMCAsmStreamer.cpp247 bool EmitCVInlineSiteIdDirective(unsigned FunctionId, unsigned IAFunc,
1287 unsigned IAFunc, in EmitCVInlineSiteIdDirective() argument
1291 OS << "\t.cv_inline_site_id " << FunctionId << " within " << IAFunc in EmitCVInlineSiteIdDirective()
1293 return MCStreamer::EmitCVInlineSiteIdDirective(FunctionId, IAFunc, IAFile, in EmitCVInlineSiteIdDirective()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DAsmParser.cpp3609 int64_t IAFunc; in parseDirectiveCVInlineSiteId() local
3626 if (parseCVFunctionId(IAFunc, ".cv_inline_site_id")) in parseDirectiveCVInlineSiteId()
3652 if (!getStreamer().EmitCVInlineSiteIdDirective(FunctionId, IAFunc, IAFile, in parseDirectiveCVInlineSiteId()