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

Method GetSSAFlagList

lowlevelilinstruction.cpp:1284–1289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1282
1283
1284LowLevelILSSAFlagList LowLevelILOperand::GetSSAFlagList() const
1285{
1286 if (m_type != SSAFlagListLowLevelOperand)
1287 throw LowLevelILInstructionAccessException();
1288 return m_instr.GetRawOperandAsSSAFlagList(m_operandIndex);
1289}
1290
1291
1292LowLevelILSSARegisterOrFlagList LowLevelILOperand::GetSSARegisterOrFlagList() const

Callers 1

PrintILExprFunction · 0.80

Tested by

no test coverage detected