Public Member Functions | |
| ILSourceLocation () | |
| ILSourceLocation (uint64_t addr, uint32_t operand) | |
| ILSourceLocation (const struct LowLevelILInstruction &instr) | |
| ILSourceLocation (const struct MediumLevelILInstruction &instr) | |
| ILSourceLocation (const struct HighLevelILInstruction &instr) | |
Public Attributes | |
| uint64_t | address |
| uint32_t | sourceOperand |
| bool | valid |
| bool | ilBased |
| bool | ilDirect |
| size_t | ilExprIndex |
|
inline |
|
inline |
| ILSourceLocation::ILSourceLocation | ( | const struct LowLevelILInstruction & | instr | ) |
| ILSourceLocation::ILSourceLocation | ( | const struct MediumLevelILInstruction & | instr | ) |
| ILSourceLocation::ILSourceLocation | ( | const struct HighLevelILInstruction & | instr | ) |
| uint64_t BinaryNinja::ILSourceLocation::address |
| uint32_t BinaryNinja::ILSourceLocation::sourceOperand |
| bool BinaryNinja::ILSourceLocation::valid |
| bool BinaryNinja::ILSourceLocation::ilBased |
| bool BinaryNinja::ILSourceLocation::ilDirect |
| size_t BinaryNinja::ILSourceLocation::ilExprIndex |