retdec
Public Member Functions | Public Attributes | List of all members
retdec::LlvmModuleContextPair Struct Reference

#include <retdec.h>

Collaboration diagram for retdec::LlvmModuleContextPair:
Collaboration graph
[legend]

Public Member Functions

 LlvmModuleContextPair (LlvmModuleContextPair &&)=default
 
 ~LlvmModuleContextPair ()
 

Public Attributes

std::unique_ptr< llvm::Module > module
 
std::unique_ptr< llvm::LLVMContext > context
 

Constructor & Destructor Documentation

◆ LlvmModuleContextPair()

retdec::LlvmModuleContextPair::LlvmModuleContextPair ( LlvmModuleContextPair &&  )
default

◆ ~LlvmModuleContextPair()

retdec::LlvmModuleContextPair::~LlvmModuleContextPair ( )
inline

Member Data Documentation

◆ context

std::unique_ptr<llvm::LLVMContext> retdec::LlvmModuleContextPair::context

◆ module

std::unique_ptr<llvm::Module> retdec::LlvmModuleContextPair::module

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