Home
last modified time | relevance | path

Searched refs:callPrintTy (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.cpp515 FunctionType* callPrintTy = FunctionType::get(Type::getVoidTy(JM()->mContext), args, true); in PRINT() local
518 … cast<Function>(JM()->mpCurrentModule->getOrInsertFunction("CallPrint", callPrintTy).getCallee()); in PRINT()
520 cast<Function>(JM()->mpCurrentModule->getOrInsertFunction("CallPrint", callPrintTy)); in PRINT()