clang 20.0.0git
|
This is an IRBuilder insertion helper that forwards to CodeGenFunction::InsertHelper, which adds necessary metadata to instructions. More...
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CGBuilder.h"
Public Member Functions | |
CGBuilderInserter ()=default | |
CGBuilderInserter (CodeGenFunction *CGF) | |
void | InsertHelper (llvm::Instruction *I, const llvm::Twine &Name, llvm::BasicBlock::iterator InsertPt) const override |
This forwards to CodeGenFunction::InsertHelper. | |
This is an IRBuilder insertion helper that forwards to CodeGenFunction::InsertHelper, which adds necessary metadata to instructions.
Definition at line 29 of file CGBuilder.h.
|
default |
|
inlineexplicit |
Definition at line 34 of file CGBuilder.h.
|
override |
This forwards to CodeGenFunction::InsertHelper.
Definition at line 2682 of file CodeGenFunction.cpp.