Lines Matching defs:Enable
52 inline static bool patchSled(const bool Enable, const uint32_t FuncId,
55 // When |Enable| == true,
93 // When |Enable|==false, we set back the first instruction in the sled to be
97 if (Enable) {
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,