MCPcopy Create free account
hub / github.com/beefytech/Beef / IsReturn

Method IsReturn

IDEHelper/X86.cpp:191–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191bool X86Instr::IsReturn()
192{
193 const MCInstrDesc &instDesc = mX86->mInstrInfo->get(mMCInst.getOpcode());
194 return (instDesc.getFlags() & (1 << MCID::Return)) != 0;
195}
196
197bool X86Instr::IsRep(bool& isPrefixOnly)
198{

Callers 2

SetupStepMethod · 0.45
RollBackStackFrameMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected