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

Method GetExprList

lowlevelilinstruction.cpp:1250–1255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1248
1249
1250LowLevelILInstructionList LowLevelILOperand::GetExprList() const
1251{
1252 if (m_type != ExprListLowLevelOperand)
1253 throw LowLevelILInstructionAccessException();
1254 return m_instr.GetRawOperandAsExpr(m_operandIndex).GetRawOperandAsExprList(0);
1255}
1256
1257
1258LowLevelILRegisterOrFlagList LowLevelILOperand::GetRegisterOrFlagList() const

Callers 1

PrintILExprFunction · 0.45

Tested by

no test coverage detected