Lines Matching full:funcid
87 inline static bool patchSled(const bool Enable, const uint32_t FuncId,
119 *CurAddress = encodeExtendedTransferImmediate(FuncId, RN_R7);
129 WriteInstFlushCache(FirstAddress, uint32_t(encodeConstantExtender(FuncId)));
136 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId,
142 return patchSled(Enable, FuncId, Sled, Trampoline);
146 const bool Enable, const uint32_t FuncId, const XRaySledEntry &Sled,
148 return patchSled(Enable, FuncId, Sled, Trampolines.ExitTrampoline);
152 const bool Enable, const uint32_t FuncId, const XRaySledEntry &Sled,
154 return patchSled(Enable, FuncId, Sled, Trampolines.TailExitTrampoline);
157 bool patchCustomEvent(const bool Enable, const uint32_t FuncId,
163 bool patchTypedEvent(const bool Enable, const uint32_t FuncId,