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.cpp564 FunctionType* callPrintTy = FunctionType::get(Type::getVoidTy(JM()->mContext),args,true); in PRINT() local
565 …callPrintFn = cast<Function>(JM()->mpCurrentModule->getOrInsertFunction("CallPrint", callPrintTy)); in PRINT()