Searched refs:MCCVFunctionInfo (Results 1 – 3 of 3) sorted by relevance
79 MCCVFunctionInfo *CodeViewContext::getCVFunctionInfo(unsigned FuncId) { in getCVFunctionInfo()96 Functions[FuncId].ParentFuncIdPlusOne = MCCVFunctionInfo::FunctionSentinel; in recordFunctionId()110 MCCVFunctionInfo::LineInfo InlinedAt; in recordInlinedCallSiteId()116 MCCVFunctionInfo *Info = &Functions[FuncId]; in recordInlinedCallSiteId()285 MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(FuncId); in getFunctionLineEntries()296 MCCVFunctionInfo::LineInfo &IA = I->second; in getFunctionLineEntries()329 MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(FuncId); in getLineExtentIncludingInlinees()520 MCCVFunctionInfo::LineInfo LastSourceLoc, CurSourceLoc; in encodeInlineLineTable()524 MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(Frag.SiteFuncId); in encodeInlineLineTable()
328 MCCVFunctionInfo *FI = CVC.getCVFunctionInfo(FuncId); in checkCVLocSection()
98 struct MCCVFunctionInfo { struct169 MCCVFunctionInfo *getCVFunctionInfo(unsigned FuncId);265 std::vector<MCCVFunctionInfo> Functions;