Public Member Functions | Static Public Member Functions | Protected Member Functions | Friends | List of all members
llvm::memoir::AllocInst Struct Referenceabstract
Inheritance diagram for llvm::memoir::AllocInst:
llvm::memoir::MemOIRInst llvm::memoir::CollectionAllocInst llvm::memoir::StructAllocInst llvm::memoir::AssocArrayAllocInst llvm::memoir::SequenceAllocInst llvm::memoir::TensorAllocInst

Public Member Functions

llvm::Value & getAllocation () const
 
virtual TypegetType () const =0
 
- Public Member Functions inherited from llvm::memoir::MemOIRInst
llvm::Function & getFunction () const
 
llvm::CallInst & getCallInst () const
 
llvm::Function & getLLVMFunction () const
 
llvm::Module * getModule () const
 
llvm::BasicBlock * getParent () const
 
MemOIR_Func getKind () const
 
 operator llvm::Value * ()
 
 operator llvm::Value & ()
 
 operator llvm::Instruction * ()
 
 operator llvm::Instruction & ()
 
virtual std::string toString (std::string indent="") const =0
 

Static Public Member Functions

static bool classof (const MemOIRInst *I)
 
- Static Public Member Functions inherited from llvm::memoir::MemOIRInst
static MemOIRInstget (llvm::Instruction &I)
 
static bool is_mutator (MemOIRInst &I)
 
static void invalidate ()
 

Protected Member Functions

 AllocInst (llvm::CallInst &call_inst)
 
- Protected Member Functions inherited from llvm::memoir::MemOIRInst
 MemOIRInst (llvm::CallInst &call_inst)
 

Friends

struct MemOIRInst
 

Additional Inherited Members

- Protected Attributes inherited from llvm::memoir::MemOIRInst
llvm::CallInst & call_inst
 
- Static Protected Attributes inherited from llvm::memoir::MemOIRInst
static map< llvm::Instruction *, MemOIRInst * > * llvm_to_memoir = nullptr
 

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