LLVM 19.0.0git
Public Member Functions | List of all members
llvm::IRBuilderBase::InsertPointGuard Class Reference

#include "llvm/IR/IRBuilder.h"

Public Member Functions

 InsertPointGuard (IRBuilderBase &B)
 
 InsertPointGuard (const InsertPointGuard &)=delete
 
InsertPointGuardoperator= (const InsertPointGuard &)=delete
 
 ~InsertPointGuard ()
 

Detailed Description

Definition at line 375 of file IRBuilder.h.

Constructor & Destructor Documentation

◆ InsertPointGuard() [1/2]

llvm::IRBuilderBase::InsertPointGuard::InsertPointGuard ( IRBuilderBase B)
inline

Definition at line 382 of file IRBuilder.h.

◆ InsertPointGuard() [2/2]

llvm::IRBuilderBase::InsertPointGuard::InsertPointGuard ( const InsertPointGuard )
delete

◆ ~InsertPointGuard()

llvm::IRBuilderBase::InsertPointGuard::~InsertPointGuard ( )
inline

Member Function Documentation

◆ operator=()

InsertPointGuard & llvm::IRBuilderBase::InsertPointGuard::operator= ( const InsertPointGuard )
delete

The documentation for this class was generated from the following file: