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