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

Method GetSSARegisterOrFlagList

lowlevelilinstruction.cpp:1292–1297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1290
1291
1292LowLevelILSSARegisterOrFlagList LowLevelILOperand::GetSSARegisterOrFlagList() const
1293{
1294 if (m_type != SSARegisterOrFlagListLowLevelOperand)
1295 throw LowLevelILInstructionAccessException();
1296 return m_instr.GetRawOperandAsSSARegisterOrFlagList(m_operandIndex);
1297}
1298
1299
1300map<uint32_t, int32_t> LowLevelILOperand::GetRegisterStackAdjustments() const

Callers

nothing calls this directly

Tested by

no test coverage detected