Searched defs:CallSiteEntry (Results 1 – 4 of 4) sorted by relevance
62 struct CallSiteEntry { struct64 MCSymbol *BeginLabel; // Null indicates the start of the function.88 void computeCallSiteTable(SmallVectorImpl<CallSiteEntry> &CallSites, argument
62 struct CallSiteEntry { struct87 void computeCallSiteTable(SmallVectorImpl<CallSiteEntry> &CallSites, argument
91 struct CallSiteEntry { struct93 MCSymbol *BeginLabel; // zero indicates the start of the function.94 MCSymbol *EndLabel; // zero indicates the end of the function.118 void ComputeCallSiteTable(SmallVectorImpl<CallSiteEntry> &CallSites, argument
188 struct CallSiteEntry { struct189 MCSymbol *BeginLabel; // zero indicates the start of the function.190 MCSymbol *EndLabel; // zero indicates the end of the function.191 MCSymbol *PadLabel; // zero indicates that there is no landing pad.192 unsigned Action;