My Project
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Static Protected Attributes | Friends | List of all members
llvm::memoir::MemOIRInst Struct Referenceabstract
Inheritance diagram for llvm::memoir::MemOIRInst:
llvm::memoir::AccessInst llvm::memoir::AllocInst llvm::memoir::AssertTypeInst llvm::memoir::DeleteInst llvm::memoir::EndInst llvm::memoir::RetPHIInst llvm::memoir::ReturnTypeInst llvm::memoir::TypeInst llvm::memoir::UsePHIInst

Public Member Functions

llvm::Function & getCalledFunction () const
 
llvm::Module * getModule () const
 
llvm::Function * getFunction () const
 
llvm::BasicBlock * getParent () const
 
llvm::CallInst & getCallInst () const
 
llvm::Value & asValue () const
 
MemOIR_Func getKind () const
 
bool has_keywords () const
 
template<typename KeywordTy >
std::optional< KeywordTy > get_keyword () const
 
llvm::iterator_range< keyword_iteratorkeywords () const
 
keyword_iterator kw_begin () const
 
keyword_iterator kw_end () const
 
 operator llvm::Value * ()
 
 operator llvm::Value & ()
 
 operator llvm::Instruction * ()
 
 operator llvm::Instruction & ()
 
virtual std::string toString () const =0
 

Static Public Member Functions

static MemOIRInstget (llvm::Instruction &I)
 
static bool is_mutator (MemOIRInst &I)
 
static void invalidate ()
 

Protected Member Functions

 MemOIRInst (llvm::CallInst &call_inst)
 

Protected Attributes

llvm::CallInst & call_inst
 

Static Protected Attributes

static Map< llvm::Instruction *, MemOIRInst * > * llvm_to_memoir = nullptr
 

Friends

std::ostream & operator<< (std::ostream &os, const MemOIRInst &I)
 
llvm::raw_ostream & operator<< (llvm::raw_ostream &os, const MemOIRInst &I)
 

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