retdec
|
Common private implementation for translators converting bytes to LLVM IR. More...
Go to the source code of this file.
Classes | |
class | retdec::capstone2llvmir::Capstone2LlvmIrTranslator_impl< CInsn, CInsnOp > |
Namespaces | |
retdec | |
retdec::capstone2llvmir | |
Macros | |
#define | EXPECT_IS_NULLARY(i, ci, irb) |
#define | EXPECT_IS_UNARY(i, ci, irb) |
#define | EXPECT_IS_NULLARY_OR_UNARY(i, ci, irb) |
#define | EXPECT_IS_BINARY(i, ci, irb) |
#define | EXPECT_IS_UNARY_OR_BINARY(i, ci, irb) |
#define | EXPECT_IS_TERNARY(i, ci, irb) |
#define | EXPECT_IS_BINARY_OR_TERNARY(i, ci, irb) |
#define | EXPECT_IS_QUATERNARY(i, ci, irb) |
#define | EXPECT_IS_NARY(i, ci, irb, n) |
#define | EXPECT_IS_SET(i, ci, irb, ns) |
#define | EXPECT_IS_EXPR(i, ci, irb, expr) |
Common private implementation for translators converting bytes to LLVM IR.
#define EXPECT_IS_BINARY | ( | i, | |
ci, | |||
irb | |||
) |
#define EXPECT_IS_BINARY_OR_TERNARY | ( | i, | |
ci, | |||
irb | |||
) |
#define EXPECT_IS_EXPR | ( | i, | |
ci, | |||
irb, | |||
expr | |||
) |
#define EXPECT_IS_NARY | ( | i, | |
ci, | |||
irb, | |||
n | |||
) |
#define EXPECT_IS_NULLARY | ( | i, | |
ci, | |||
irb | |||
) |
#define EXPECT_IS_NULLARY_OR_UNARY | ( | i, | |
ci, | |||
irb | |||
) |
#define EXPECT_IS_QUATERNARY | ( | i, | |
ci, | |||
irb | |||
) |
#define EXPECT_IS_SET | ( | i, | |
ci, | |||
irb, | |||
ns | |||
) |
#define EXPECT_IS_TERNARY | ( | i, | |
ci, | |||
irb | |||
) |
#define EXPECT_IS_UNARY | ( | i, | |
ci, | |||
irb | |||
) |
#define EXPECT_IS_UNARY_OR_BINARY | ( | i, | |
ci, | |||
irb | |||
) |