reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGGPUBuiltin.cpp
   24   llvm::Type *ArgTypes[] = {llvm::Type::getInt8PtrTy(M.getContext()),
   25                             llvm::Type::getInt8PtrTy(M.getContext())};
   27       llvm::Type::getInt32Ty(M.getContext()), ArgTypes, false);
   29   if (auto* F = M.getFunction("vprintf")) {
   40       VprintfFuncType, llvm::GlobalVariable::ExternalLinkage, "vprintf", &M);