Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCCodeView.h91 struct MCCVFunctionInfo { struct
159 MCCVFunctionInfo *getCVFunctionInfo(unsigned FuncId);
254 std::vector<MCCVFunctionInfo> Functions;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCCodeView.cpp78 MCCVFunctionInfo *CodeViewContext::getCVFunctionInfo(unsigned FuncId) { in getCVFunctionInfo()
95 Functions[FuncId].ParentFuncIdPlusOne = MCCVFunctionInfo::FunctionSentinel; in recordFunctionId()
109 MCCVFunctionInfo::LineInfo InlinedAt; in recordInlinedCallSiteId()
115 MCCVFunctionInfo *Info = &Functions[FuncId]; in recordInlinedCallSiteId()
279 MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(FuncId); in getFunctionLineEntries()
291 MCCVFunctionInfo::LineInfo &IA = I->second; in getFunctionLineEntries()
468 MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(Frag.SiteFuncId); in encodeInlineLineTable()
505 MCCVFunctionInfo::LineInfo LastSourceLoc, CurSourceLoc; in encodeInlineLineTable()
DMCStreamer.cpp317 MCCVFunctionInfo *FI = CVC.getCVFunctionInfo(FuncId); in checkCVLocSection()