Searched defs:CallSiteEntry (Results 1 – 1 of 1) sorted by relevance
63 struct CallSiteEntry { struct65 MCSymbol *BeginLabel; // Null indicates the start of the function.66 MCSymbol *EndLabel; // Null indicates the end of the function.92 void computeCallSiteTable(SmallVectorImpl<CallSiteEntry> &CallSites, argument