Searched refs:CallSiteEntry (Results 1 – 2 of 2) sorted by relevance
215 computeCallSiteTable(SmallVectorImpl<CallSiteEntry> &CallSites, in computeCallSiteTable()263 CallSiteEntry Site = { LastLabel, BeginLabel, nullptr, 0 }; in computeCallSiteTable()276 CallSiteEntry Site = { in computeCallSiteTable()285 CallSiteEntry &Prev = CallSites.back(); in computeCallSiteTable()313 CallSiteEntry Site = { LastLabel, nullptr, nullptr, 0 }; in computeCallSiteTable()364 SmallVector<CallSiteEntry, 64> CallSites; in emitExceptionTable()500 for (SmallVectorImpl<CallSiteEntry>::const_iterator in emitExceptionTable()502 const CallSiteEntry &S = *I; in emitExceptionTable()552 for (SmallVectorImpl<CallSiteEntry>::const_iterator in emitExceptionTable()554 const CallSiteEntry &S = *I; in emitExceptionTable()
63 struct CallSiteEntry { struct88 void computeCallSiteTable(SmallVectorImpl<CallSiteEntry> &CallSites, argument