MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / GetOutputSSARegisters

Method GetOutputSSARegisters

lowlevelilinstruction.cpp:2743–2749  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2741
2742
2743LowLevelILSSARegisterList LowLevelILInstruction::GetOutputSSARegisters() const
2744{
2745 size_t operandIndex;
2746 if (GetOperandIndexForUsage(OutputSSARegistersLowLevelOperandUsage, operandIndex))
2747 return GetRawOperandAsExpr(operandIndex).GetRawOperandAsSSARegisterList(1);
2748 throw LowLevelILInstructionAccessException();
2749}
2750
2751
2752LowLevelILInstructionList LowLevelILInstruction::GetParameterExprs() const

Callers

nothing calls this directly

Tested by

no test coverage detected