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