Searched refs:VprintfFuncType (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGGPUBuiltin.cpp27 llvm::FunctionType *VprintfFuncType = llvm::FunctionType::get( local
34 assert(F->getFunctionType() == VprintfFuncType);
41 VprintfFuncType, llvm::GlobalVariable::ExternalLinkage, "vprintf", &M);

Completed in 49 milliseconds