Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp74 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()
H A DMCStreamer.cpp309 MCCVFunctionInfo *FI = CVC.getCVFunctionInfo(FuncId); in checkCVLocSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h99 struct MCCVFunctionInfo { struct
171 MCCVFunctionInfo *getCVFunctionInfo(unsigned FuncId);
267 std::vector<MCCVFunctionInfo> Functions;