Home | History | Annotate | Download | only in priv

Lines Matching refs:IRCallee

94 void ppIRCallee ( IRCallee* ce )
1662 /* Constructors -- IRCallee */
1664 IRCallee* mkIRCallee ( Int regparms, const HChar* name, void* addr )
1666 IRCallee* ce = LibVEX_Alloc(sizeof(IRCallee));
1777 IRExpr* IRExpr_CCall ( IRCallee* cee, IRType retty, IRExpr** args ) {
2166 IRCallee* deepCopyIRCallee ( IRCallee* ce )
2168 IRCallee* ce2 = mkIRCallee(ce->regparms, ce->name, ce->addr);
3630 static Bool saneIRCallee ( IRCallee* cee )
3983 sanityCheckFail(bb,stmt,"Iex.CCall.cee: bad IRCallee");