clang
8.0.0
|
This is an IRBuilder insertion helper that forwards to CodeGenFunction::InsertHelper, which adds necessary metadata to instructions. More...
#include "/work/www-prereleases/8.0.0/rc3/docsbuild/llvm.src/tools/clang/lib/CodeGen/CGBuilder.h"
Public Member Functions | |
CGBuilderInserter ()=default | |
CGBuilderInserter (CodeGenFunction *CGF) | |
Protected Member Functions | |
void | InsertHelper (llvm::Instruction *I, const llvm::Twine &Name, llvm::BasicBlock *BB, llvm::BasicBlock::iterator InsertPt) const |
This forwards to CodeGenFunction::InsertHelper. More... | |
This is an IRBuilder insertion helper that forwards to CodeGenFunction::InsertHelper, which adds necessary metadata to instructions.
Definition at line 26 of file CGBuilder.h.
|
default |
|
inlineexplicit |
Definition at line 29 of file CGBuilder.h.
References InsertHelper().
|
protected |
This forwards to CodeGenFunction::InsertHelper.
Definition at line 2318 of file CodeGenFunction.cpp.
Referenced by CGBuilderInserter().