retdec
Classes | Namespaces | Typedefs | Enumerations
simple_types.h File Reference

Simple type reconstruction analysis. More...

#include <functional>
#include <list>
#include <map>
#include <set>
#include <unordered_map>
#include <unordered_set>
#include <llvm/IR/Function.h>
#include <llvm/IR/Module.h>
#include <llvm/Pass.h>
#include "retdec/bin2llvmir/providers/fileimage.h"
#include "retdec/bin2llvmir/utils/debug.h"

Go to the source code of this file.

Classes

class  retdec::bin2llvmir::ValueEntry
 
struct  retdec::bin2llvmir::ValueEntryHash
 
class  retdec::bin2llvmir::TypeEntry
 
struct  retdec::bin2llvmir::TypeEntryHash
 
class  retdec::bin2llvmir::EquationEntry
 
struct  retdec::bin2llvmir::EquationEntryHash
 
class  retdec::bin2llvmir::EqSet
 
class  retdec::bin2llvmir::EqSetContainer
 
class  retdec::bin2llvmir::SimpleTypesAnalysis
 

Namespaces

 retdec
 
 retdec::bin2llvmir
 

Typedefs

using retdec::bin2llvmir::ValueEntrySet = std::unordered_set< ValueEntry, ValueEntryHash >
 
using retdec::bin2llvmir::TypeEntrySet = std::unordered_set< TypeEntry, TypeEntryHash >
 
using retdec::bin2llvmir::EquationEntrySet = std::unordered_set< EquationEntry, EquationEntryHash >
 
using retdec::bin2llvmir::ValueMap = std::unordered_map< llvm::Value *, EqSet * >
 
using retdec::bin2llvmir::ValuePair = std::pair< llvm::Value *, llvm::Value * >
 
using retdec::bin2llvmir::ValuePairList = std::list< ValuePair >
 

Enumerations

enum class  retdec::bin2llvmir::eSourcePriority { retdec::bin2llvmir::PRIORITY_NONE = 0 , retdec::bin2llvmir::PRIORITY_LTI , retdec::bin2llvmir::PRIORITY_DEBUG }
 

Detailed Description

Simple type reconstruction analysis.