|
clang
5.0.0
|
#include "CodeGenFunction.h"#include "clang/Basic/Builtins.h"#include "llvm/IR/DataLayout.h"#include "llvm/IR/Instruction.h"#include "llvm/Support/MathExtras.h"Go to the source code of this file.
Functions | |
| static llvm::Function * | GetVprintfDeclaration (llvm::Module &M) |
|
static |
Definition at line 24 of file CGGPUBuiltin.cpp.
References clang::Create(), clang::ExternalLinkage, and clang::CodeGen::Type.
Referenced by clang::CodeGen::CodeGenFunction::EmitNVPTXDevicePrintfCallExpr().
1.8.6