Searched refs:MCCVFunctionInfo (Results 1 – 3 of 3) sorted by relevance
74 MCCVFunctionInfo *CodeViewContext::getCVFunctionInfo(unsigned FuncId) { in getCVFunctionInfo()91 Functions[FuncId].ParentFuncIdPlusOne = MCCVFunctionInfo::FunctionSentinel; in recordFunctionId()105 MCCVFunctionInfo::LineInfo InlinedAt; in recordInlinedCallSiteId()111 MCCVFunctionInfo *Info = &Functions[FuncId]; in recordInlinedCallSiteId()270 MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(FuncId); in getFunctionLineEntries()281 MCCVFunctionInfo::LineInfo &IA = I->second; in getFunctionLineEntries()314 MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(FuncId); in getLineExtentIncludingInlinees()507 MCCVFunctionInfo::LineInfo LastSourceLoc, CurSourceLoc; in encodeInlineLineTable()511 MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(Frag.SiteFuncId); in encodeInlineLineTable()
309 MCCVFunctionInfo *FI = CVC.getCVFunctionInfo(FuncId); in checkCVLocSection()
99 struct MCCVFunctionInfo { struct171 MCCVFunctionInfo *getCVFunctionInfo(unsigned FuncId);267 std::vector<MCCVFunctionInfo> Functions;