Searched refs:SiteInfo (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp279 MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(FuncId); local
289 auto I = SiteInfo->InlinedAtMap.find(LocationFuncId);
290 if (I != SiteInfo->InlinedAtMap.end()) {
468 MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(Frag.SiteFuncId);
469 for (auto &KV : SiteInfo->InlinedAtMap) {
525 auto I = SiteInfo->InlinedAtMap.find(Loc.getFunctionId());
526 if (I != SiteInfo->InlinedAtMap.end()) {
457 assert(Result < UINT_MAX && �); return unsigned(Result); } void CodeViewContext::encodeInlineLineTable(MCAsmLayout &Layout, MCCVInlineLineTableFragment &Frag) { size_t LocBegin; size_t LocEnd; std::tie(LocBegin, LocEnd) = getLineExtent(Frag.SiteFuncId); MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(Frag.SiteFuncId); for (auto &KV : SiteInfo->InlinedAtMap) argument

Completed in 56 milliseconds