Searched refs:MCCVFunctionInfo (Results 1 – 3 of 3) sorted by relevance
76 MCCVFunctionInfo *CodeViewContext::getCVFunctionInfo(unsigned FuncId) { in getCVFunctionInfo()93 Functions[FuncId].ParentFuncIdPlusOne = MCCVFunctionInfo::FunctionSentinel; in recordFunctionId()107 MCCVFunctionInfo::LineInfo InlinedAt; in recordInlinedCallSiteId()113 MCCVFunctionInfo *Info = &Functions[FuncId]; in recordInlinedCallSiteId()282 MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(FuncId); in getFunctionLineEntries()293 MCCVFunctionInfo::LineInfo &IA = I->second; in getFunctionLineEntries()326 MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(FuncId); in getLineExtentIncludingInlinees()519 MCCVFunctionInfo::LineInfo LastSourceLoc, CurSourceLoc; in encodeInlineLineTable()523 MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(Frag.SiteFuncId); in encodeInlineLineTable()
327 MCCVFunctionInfo *FI = CVC.getCVFunctionInfo(FuncId); in checkCVLocSection()
98 struct MCCVFunctionInfo { struct169 MCCVFunctionInfo *getCVFunctionInfo(unsigned FuncId);267 std::vector<MCCVFunctionInfo> Functions;