Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCCodeView.h91 struct MCCVFunctionInfo { struct
159 MCCVFunctionInfo *getCVFunctionInfo(unsigned FuncId);
254 std::vector<MCCVFunctionInfo> Functions;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A 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()
H A DMCStreamer.cpp317 MCCVFunctionInfo *FI = CVC.getCVFunctionInfo(FuncId); in checkCVLocSection()