Lines Matching defs:Sled
34 const XRaySledEntry &Sled,
63 uint32_t *FirstAddress = reinterpret_cast<uint32_t *>(Sled.address());
91 const XRaySledEntry &Sled,
96 return patchSled(Enable, FuncId, Sled, Trampoline);
100 const bool Enable, const uint32_t FuncId, const XRaySledEntry &Sled,
102 return patchSled(Enable, FuncId, Sled, Trampolines.ExitTrampoline);
106 const bool Enable, const uint32_t FuncId, const XRaySledEntry &Sled,
108 return patchSled(Enable, FuncId, Sled, Trampolines.TailExitTrampoline);
126 const XRaySledEntry &Sled) XRAY_NEVER_INSTRUMENT {
129 reinterpret_cast<std::atomic<uint32_t> *>(Sled.address()), Inst,
137 const XRaySledEntry &Sled) XRAY_NEVER_INSTRUMENT {
140 reinterpret_cast<std::atomic<uint32_t> *>(Sled.address()), Inst,