| 632 | |
| 633 | |
| 634 | void LowLevelILFunction::GenerateSSAForm() |
| 635 | { |
| 636 | BNGenerateLowLevelILSSAForm(m_object); |
| 637 | } |
| 638 | |
| 639 | |
| 640 | bool LowLevelILFunction::GetExprText(Architecture* arch, ExprId expr, vector<InstructionTextToken>& tokens, |
no outgoing calls
no test coverage detected