Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCCodeView.cpp79 MCCVFunctionInfo *CodeViewContext::getCVFunctionInfo(unsigned FuncId) { in getCVFunctionInfo() function in CodeViewContext
124 Info = getCVFunctionInfo(Info->getParentFuncId()); in recordInlinedCallSiteId()
280 MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(FuncId); in getFunctionLineEntries()
469 MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(Frag.SiteFuncId); in encodeInlineLineTable()
H A DMCStreamer.cpp309 if (getContext().getCVContext().getCVFunctionInfo(IAFunc) == nullptr) { in emitCVInlineSiteIdDirective()
327 MCCVFunctionInfo *FI = CVC.getCVFunctionInfo(FuncId); in checkCVLocSection()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCCodeView.h166 MCCVFunctionInfo *getCVFunctionInfo(unsigned FuncId);