Searched refs:OnExecInsnFunc (Results 1 – 2 of 2) sorted by relevance
28 using OnExecInsnFunc = void (*)(ThreadState*, const void*); variable30 OnExecInsnFunc GetOnExecInsn(GuestAddr pc);
39 OnExecInsnFunc GetOnExecInsn([[maybe_unused]] GuestAddr pc) { in GetOnExecInsn()