Lines Matching defs:Enable
43 static inline bool patchSled(const bool Enable, const uint32_t FuncId,
46 // When |Enable| == true,
74 // When |Enable|==false, we set the first instruction in the sled back to
78 if (Enable) {
127 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId,
133 return patchSled(Enable, FuncId, Sled, Trampoline);
137 const bool Enable, const uint32_t FuncId, const XRaySledEntry &Sled,
139 return patchSled(Enable, FuncId, Sled, Trampolines.ExitTrampoline);
143 const bool Enable, const uint32_t FuncId, const XRaySledEntry &Sled,
147 return patchSled(Enable, FuncId, Sled, Trampolines.ExitTrampoline);
150 bool patchCustomEvent(const bool Enable, const uint32_t FuncId,
156 bool patchTypedEvent(const bool Enable, const uint32_t FuncId,