Lines Matching full:funcid
52 inline static bool patchSled(const bool Enable, const uint32_t FuncId,
102 uint32_t LoFunctionID = FuncId & 0xffff;
103 uint32_t HiFunctionID = (FuncId >> 16) & 0xffff;
137 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId,
143 return patchSled(Enable, FuncId, Sled, Trampoline);
147 const bool Enable, const uint32_t FuncId, const XRaySledEntry &Sled,
149 return patchSled(Enable, FuncId, Sled, Trampolines.ExitTrampoline);
153 const bool Enable, const uint32_t FuncId, const XRaySledEntry &Sled,
157 return patchSled(Enable, FuncId, Sled, Trampolines.ExitTrampoline);
160 bool patchCustomEvent(const bool Enable, const uint32_t FuncId,
166 bool patchTypedEvent(const bool Enable, const uint32_t FuncId,