Home | History | Annotate | Download | only in priv

Lines Matching refs:IRCallee

95 void ppIRCallee ( const IRCallee* ce )
1751 /* Constructors -- IRCallee */
1753 IRCallee* mkIRCallee ( Int regparms, const HChar* name, void* addr )
1755 IRCallee* ce = LibVEX_Alloc_inline(sizeof(IRCallee));
1866 IRExpr* IRExpr_CCall ( IRCallee* cee, IRType retty, IRExpr** args ) {
2260 IRCallee* deepCopyIRCallee ( const IRCallee* ce )
2262 IRCallee* ce2 = mkIRCallee(ce->regparms, ce->name, ce->addr);
3779 static Bool saneIRCallee ( const IRCallee* cee )
4135 sanityCheckFail(bb,stmt,"Iex.CCall.cee: bad IRCallee");