retdec
Public Member Functions | Public Attributes | List of all members
retdec::bin2llvmir::st_match::LoadClass_match< Op_t > Struct Template Reference

#include <symbolic_tree_match.h>

Public Member Functions

 LoadClass_match (const Op_t &OpMatch, llvm::LoadInst **l=nullptr)
 
bool match (SymbolicTree &st)
 

Public Attributes

Op_t Op
 
llvm::LoadInst ** load = nullptr
 

Constructor & Destructor Documentation

◆ LoadClass_match()

template<typename Op_t >
retdec::bin2llvmir::st_match::LoadClass_match< Op_t >::LoadClass_match ( const Op_t &  OpMatch,
llvm::LoadInst **  l = nullptr 
)
inline

Member Function Documentation

◆ match()

template<typename Op_t >
bool retdec::bin2llvmir::st_match::LoadClass_match< Op_t >::match ( SymbolicTree st)
inline

Member Data Documentation

◆ load

template<typename Op_t >
llvm::LoadInst** retdec::bin2llvmir::st_match::LoadClass_match< Op_t >::load = nullptr

◆ Op

template<typename Op_t >
Op_t retdec::bin2llvmir::st_match::LoadClass_match< Op_t >::Op

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