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

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

Completed in 55 milliseconds