Home
last modified time | relevance | path

Searched refs:getCVFunctionInfo (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/
HDMCCodeView.cpp76 MCCVFunctionInfo *CodeViewContext::getCVFunctionInfo(unsigned FuncId) { in getCVFunctionInfo() function in CodeViewContext
121 Info = getCVFunctionInfo(Info->getParentFuncId()); in recordInlinedCallSiteId()
282 MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(FuncId); in getFunctionLineEntries()
326 MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(FuncId); in getLineExtentIncludingInlinees()
523 MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(Frag.SiteFuncId); in encodeInlineLineTable()
HDMCStreamer.cpp309 if (getContext().getCVContext().getCVFunctionInfo(IAFunc) == nullptr) { in emitCVInlineSiteIdDirective()
327 MCCVFunctionInfo *FI = CVC.getCVFunctionInfo(FuncId); in checkCVLocSection()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCCodeView.h169 MCCVFunctionInfo *getCVFunctionInfo(unsigned FuncId);