Lines Matching full:funcid
43 static inline bool patchSled(const bool Enable, const uint32_t FuncId,
86 uint32_t LoFunctionID = FuncId & 0xfff;
87 uint32_t HiFunctionID = (FuncId >> 12) & 0xfffff;
127 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId,
133 return patchSled(Enable, FuncId, Sled, Trampoline);
137 const bool Enable, const uint32_t FuncId, const XRaySledEntry &Sled,
139 return patchSled(Enable, FuncId, Sled, Trampolines.ExitTrampoline);
143 const bool Enable, const uint32_t FuncId, const XRaySledEntry &Sled,
147 return patchSled(Enable, FuncId, Sled, Trampolines.ExitTrampoline);
150 bool patchCustomEvent(const bool Enable, const uint32_t FuncId,
156 bool patchTypedEvent(const bool Enable, const uint32_t FuncId,