Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCCodeView.h98 struct MCCVFunctionInfo { struct
166 MCCVFunctionInfo *getCVFunctionInfo(unsigned FuncId);
261 std::vector<MCCVFunctionInfo> Functions;
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCCodeView.cpp79 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()
280 MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(FuncId); in getFunctionLineEntries()
292 MCCVFunctionInfo::LineInfo &IA = I->second; in getFunctionLineEntries()
469 MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(Frag.SiteFuncId); in encodeInlineLineTable()
506 MCCVFunctionInfo::LineInfo LastSourceLoc, CurSourceLoc; in encodeInlineLineTable()
H A DMCStreamer.cpp327 MCCVFunctionInfo *FI = CVC.getCVFunctionInfo(FuncId); in checkCVLocSection()