Searched refs:callPrintTy (Results 1 – 1 of 1) sorted by relevance
515 FunctionType* callPrintTy = FunctionType::get(Type::getVoidTy(JM()->mContext), args, true); in PRINT() local518 … cast<Function>(JM()->mpCurrentModule->getOrInsertFunction("CallPrint", callPrintTy).getCallee()); in PRINT()520 cast<Function>(JM()->mpCurrentModule->getOrInsertFunction("CallPrint", callPrintTy)); in PRINT()