Home | History | Annotate | Download | only in pub

Lines Matching refs:IRCallee

352    IRCallee;
354 /* Create an IRCallee. */
355 extern IRCallee* mkIRCallee ( Int regparms, HChar* name, void* addr );
357 /* Deep-copy an IRCallee. */
358 extern IRCallee* deepCopyIRCallee ( IRCallee* );
360 /* Pretty-print an IRCallee. */
361 extern void ppIRCallee ( IRCallee* );
1726 IRCallee* cee; /* Function to call. */
1776 extern IRExpr* IRExpr_CCall ( IRCallee* cee, IRType retty, IRExpr** args );
1955 IRCallee* cee; /* where to call */
2006 suitable IRCallee is constructed from the supplied bits. */