retdec
|
Mapping of LLVM instructions to underlying ASM instructions. More...
#include <capstone/capstone.h>
#include "retdec/capstone2llvmir/arm/arm_defs.h"
#include "retdec/capstone2llvmir/mips/mips_defs.h"
#include "retdec/capstone2llvmir/powerpc/powerpc_defs.h"
#include "retdec/capstone2llvmir/x86/x86_defs.h"
#include <llvm/IR/Instructions.h>
#include <llvm/IR/Module.h>
#include "retdec/bin2llvmir/utils/llvm.h"
#include "retdec/common/address.h"
Go to the source code of this file.
Classes | |
class | retdec::bin2llvmir::AsmInstruction |
class | retdec::bin2llvmir::AsmInstruction::iterator_impl< Category, Type, Reference, Pointer, Distance > |
Namespaces | |
retdec | |
retdec::bin2llvmir | |
Typedefs | |
using | retdec::bin2llvmir::Llvm2CapstoneInsnMap = typename std::map< llvm::StoreInst *, cs_insn * > |
Mapping of LLVM instructions to underlying ASM instructions.