Lines Matching full:funcid
53 inline static bool patchSled(const bool Enable, const uint32_t FuncId,
102 uint32_t LoFunctionID = FuncId & 0xffff;
103 uint32_t HiFunctionID = (FuncId >> 16) & 0xffff;
145 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId,
151 return patchSled(Enable, FuncId, Sled, Trampoline);
155 const bool Enable, const uint32_t FuncId, const XRaySledEntry &Sled,
157 return patchSled(Enable, FuncId, Sled, Trampolines.ExitTrampoline);
161 const bool Enable, const uint32_t FuncId, const XRaySledEntry &Sled,
165 return patchSled(Enable, FuncId, Sled, Trampolines.ExitTrampoline);
168 bool patchCustomEvent(const bool Enable, const uint32_t FuncId,
174 bool patchTypedEvent(const bool Enable, const uint32_t FuncId,