Searched defs:CallSiteEntry (Results 1 – 2 of 2) sorted by relevance
61 struct CallSiteEntry { struct63 MCSymbol *BeginLabel; // Null indicates the start of the function.64 MCSymbol *EndLabel; // Null indicates the end of the function.67 const LandingPadInfo *LPad; // Null indicates that there is no landing pad.69 unsigned Action;
437 struct CallSiteEntry { in readMemprof() struct439 ArrayRef<Frame> Frames; in readMemprof()441 ArrayRef<GlobalValue::GUID> CalleeGuids; in readMemprof()447 bool operator==(const CallSiteEntry &Other) const { in readMemprof()626 for (const auto &CallSiteEntry : CallSitesIter->second) { in readMemprof() local