Lines Matching full:funcid
33 inline static bool patchSled(const bool Enable, const uint32_t FuncId,
71 *CurAddress = FuncId;
90 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId,
96 return patchSled(Enable, FuncId, Sled, Trampoline);
100 const bool Enable, const uint32_t FuncId, const XRaySledEntry &Sled,
102 return patchSled(Enable, FuncId, Sled, Trampolines.ExitTrampoline);
106 const bool Enable, const uint32_t FuncId, const XRaySledEntry &Sled,
108 return patchSled(Enable, FuncId, Sled, Trampolines.TailExitTrampoline);
125 bool patchCustomEvent(const bool Enable, const uint32_t FuncId,
136 bool patchTypedEvent(const bool Enable, const uint32_t FuncId,