Lines Matching full:funcid
76 inline static bool patchSled(const bool Enable, const uint32_t FuncId,
109 write32bitLoadR0(CurAddress, reinterpret_cast<uint32_t>(FuncId));
129 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId,
135 return patchSled(Enable, FuncId, Sled, Trampoline);
139 const bool Enable, const uint32_t FuncId, const XRaySledEntry &Sled,
141 return patchSled(Enable, FuncId, Sled, Trampolines.ExitTrampoline);
145 const bool Enable, const uint32_t FuncId, const XRaySledEntry &Sled,
147 return patchSled(Enable, FuncId, Sled, Trampolines.TailExitTrampoline);
150 bool patchCustomEvent(const bool Enable, const uint32_t FuncId,
156 bool patchTypedEvent(const bool Enable, const uint32_t FuncId,