Home | History | Annotate | Download | only in pub

Lines Matching refs:IRCallee

344    IRCallee;
346 /* Create an IRCallee. */
347 extern IRCallee* mkIRCallee ( Int regparms, HChar* name, void* addr );
349 /* Deep-copy an IRCallee. */
350 extern IRCallee* deepCopyIRCallee ( IRCallee* );
352 /* Pretty-print an IRCallee. */
353 extern void ppIRCallee ( IRCallee* );
1517 IRCallee* cee; /* Function to call. */
1550 extern IRExpr* IRExpr_CCall ( IRCallee* cee, IRType retty, IRExpr** args );
1725 IRCallee* cee; /* where to call */
1760 suitable IRCallee is constructed from the supplied bits. */