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

Method GetSemanticFlagClass

lowlevelilinstruction.cpp:1179–1184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1177
1178
1179uint32_t LowLevelILOperand::GetSemanticFlagClass() const
1180{
1181 if (m_type != SemanticFlagClassLowLevelOperand)
1182 throw LowLevelILInstructionAccessException();
1183 return m_instr.GetRawOperandAsRegister(m_operandIndex);
1184}
1185
1186
1187uint32_t LowLevelILOperand::GetSemanticFlagGroup() const

Callers

nothing calls this directly

Tested by

no test coverage detected