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