HomeSort by: relevance | last modified time | path
    Searched defs:patchSled (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_AArch64.cc 35 inline static bool patchSled(const bool Enable, const uint32_t FuncId,
96 return patchSled(Enable, FuncId, Sled, Trampoline);
101 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit);
106 return patchSled(Enable, FuncId, Sled, __xray_FunctionTailExit);
xray_arm.cc 77 inline static bool patchSled(const bool Enable, const uint32_t FuncId,
133 return patchSled(Enable, FuncId, Sled, Trampoline);
138 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit);
143 return patchSled(Enable, FuncId, Sled, __xray_FunctionTailExit);
xray_mips.cc 53 inline static bool patchSled(const bool Enable, const uint32_t FuncId,
140 return patchSled(Enable, FuncId, Sled, Trampoline);
145 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit);
152 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit);
xray_mips64.cc 54 inline static bool patchSled(const bool Enable, const uint32_t FuncId,
149 return patchSled(Enable, FuncId, Sled, Trampoline);
154 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit);
161 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit);
xray_interface.cc 150 bool patchSled(const XRaySledEntry &Sled, bool Enable,
215 SucceedOnce |= patchSled(*f++, Enable, FuncId);
305 patchSled(Sled, Enable, FuncId);

Completed in 13 milliseconds