retdec
Namespaces | Enumerations
idioms_types.h File Reference

Instruction idioms analysis types. More...

Go to the source code of this file.

Namespaces

 retdec
 
 retdec::bin2llvmir
 

Enumerations

enum  retdec::bin2llvmir::CC_compiler {
  retdec::bin2llvmir::CC_ANY = 0 , retdec::bin2llvmir::CC_Borland , retdec::bin2llvmir::CC_GCC , retdec::bin2llvmir::CC_Intel ,
  retdec::bin2llvmir::CC_LLVM , retdec::bin2llvmir::CC_OWatcom , retdec::bin2llvmir::CC_VStudio
}
 Compiler type. More...
 
enum  retdec::bin2llvmir::CC_arch {
  retdec::bin2llvmir::ARCH_ANY = 0 , retdec::bin2llvmir::ARCH_MIPS , retdec::bin2llvmir::ARCH_POWERPC , retdec::bin2llvmir::ARCH_ARM ,
  retdec::bin2llvmir::ARCH_THUMB , retdec::bin2llvmir::ARCH_x86
}
 Target architecture. More...
 

Detailed Description

Instruction idioms analysis types.