Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCCodeView.cpp79 MCCVFunctionInfo *CodeViewContext::getCVFunctionInfo(unsigned FuncId) { in getCVFunctionInfo() function in CodeViewContext
124 Info = getCVFunctionInfo(Info->getParentFuncId()); in recordInlinedCallSiteId()
272 MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(FuncId); in getFunctionLineEntries()
461 MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(Frag.SiteFuncId); in encodeInlineLineTable()
DMCStreamer.cpp260 if (getContext().getCVContext().getCVFunctionInfo(IAFunc) == nullptr) { in EmitCVInlineSiteIdDirective()
275 MCCVFunctionInfo *FI = CVC.getCVFunctionInfo(FunctionId); in EmitCVLocDirective()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCCodeView.h180 MCCVFunctionInfo *getCVFunctionInfo(unsigned FuncId);