This is an IRBuilder insertion helper that forwards to CodeGenFunction::InsertHelper, which adds necessary metadata to instructions.
More...
#include <CGBuilder.h>
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.
clang::CodeGen::CGBuilderInserter::CGBuilderInserter |
( |
| ) |
|
|
default |
clang::CodeGen::CGBuilderInserter::CGBuilderInserter |
( |
CodeGenFunction * |
CGF | ) |
|
|
inlineexplicit |
void CGBuilderInserter::InsertHelper |
( |
llvm::Instruction * |
I, |
|
|
const llvm::Twine & |
Name, |
|
|
llvm::BasicBlock * |
BB, |
|
|
llvm::BasicBlock::iterator |
InsertPt |
|
) |
| const |
|
protected |
The documentation for this class was generated from the following files: