Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCCodeView.h112 struct MCCVFunctionInfo { struct
180 MCCVFunctionInfo *getCVFunctionInfo(unsigned FuncId);
293 std::vector<MCCVFunctionInfo> Functions;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
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()
272 MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(FuncId); in getFunctionLineEntries()
284 MCCVFunctionInfo::LineInfo &IA = I->second; in getFunctionLineEntries()
461 MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(Frag.SiteFuncId); in encodeInlineLineTable()
497 MCCVFunctionInfo::LineInfo LastSourceLoc, CurSourceLoc; in encodeInlineLineTable()
DMCStreamer.cpp275 MCCVFunctionInfo *FI = CVC.getCVFunctionInfo(FunctionId); in EmitCVLocDirective()