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

Method IsCall

IDEHelper/X86.cpp:185–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185bool X86Instr::IsCall()
186{
187 const MCInstrDesc &instDesc = mX86->mInstrInfo->get(mMCInst.getOpcode());
188 return (instDesc.getFlags() & (1 << MCID::Call)) != 0;
189}
190
191bool X86Instr::IsReturn()
192{

Callers 4

SetupStepMethod · 0.45
DisassembleAtRawMethod · 0.45
DisassembleAtMethod · 0.45
FindLineCallAddressesMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected