retdec
Classes | Namespaces
ir_modifier.h File Reference

Modify both LLVM IR and config. More...

#include <llvm/IR/Instructions.h>
#include <llvm/IR/Module.h>
#include "retdec/bin2llvmir/providers/abi/abi.h"
#include "retdec/bin2llvmir/providers/config.h"
#include "retdec/bin2llvmir/providers/fileimage.h"

Go to the source code of this file.

Classes

class  retdec::bin2llvmir::IrModifier
 

Namespaces

 retdec
 
 retdec::bin2llvmir
 

Detailed Description

Modify both LLVM IR and config.

Pattern matching for SymbolicTree.

Simple and efficient mechanism for performing general tree-based pattern matches on the SymbolicTree structures.

Inspired by LLVM's IR/PatternMatch.h.