retdec
|
Composite type reconstruction analysis. More...
#include <cassert>
#include <iomanip>
#include <set>
#include <sstream>
#include <string>
#include <vector>
#include <llvm/IR/Constants.h>
#include <llvm/IR/InstIterator.h>
#include <llvm/IR/Instruction.h>
#include <llvm/IR/Instructions.h>
#include <llvm/Support/raw_ostream.h>
#include "retdec/utils/string.h"
#include "retdec/utils/time.h"
#include "retdec/bin2llvmir/analyses/symbolic_tree.h"
#include "retdec/bin2llvmir/optimizations/constants/constants.h"
#include "retdec/bin2llvmir/providers/asm_instruction.h"
#include "retdec/bin2llvmir/utils/llvm.h"
#include "retdec/bin2llvmir/utils/ir_modifier.h"
Namespaces | |
retdec | |
retdec::bin2llvmir | |
Functions | |
static RegisterPass< ConstantsAnalysis > | retdec::bin2llvmir::X ("retdec-constants", "Constants optimization", false, false) |
Variables | |
const bool | debug_enabled = false |
Composite type reconstruction analysis.
const bool debug_enabled = false |