retdec
|
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.
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 } |
Simple type reconstruction analysis.