clang
3.7.0
|
This is an IRBuilder insertion helper that forwards to CodeGenFunction::InsertHelper, which adds necessary metadata to instructions. More...
#include <CGBuilder.h>
Public Member Functions | |
CGBuilderInserter () | |
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 24 of file CGBuilder.h.
|
inline |
Definition at line 27 of file CGBuilder.h.
|
inlineexplicit |
Definition at line 28 of file CGBuilder.h.
|
protected |
This forwards to CodeGenFunction::InsertHelper.
Definition at line 1758 of file CodeGenFunction.cpp.