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.88 SmallVectorImpl<CallSiteEntry> &CallSites, argument
62 struct CallSiteEntry { struct87 void computeCallSiteTable(SmallVectorImpl<CallSiteEntry> &CallSites, argument