Searched refs:patchSled (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
H A D | xray_AArch64.cc | 35 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled() function 96 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionEntry() 101 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionExit() 106 return patchSled(Enable, FuncId, Sled, __xray_FunctionTailExit); in patchFunctionTailExit()
|
H A D | xray_arm.cc | 77 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled() function 133 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionEntry() 138 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionExit() 143 return patchSled(Enable, FuncId, Sled, __xray_FunctionTailExit); in patchFunctionTailExit()
|
H A D | xray_mips.cc | 53 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled() function 140 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionEntry() 145 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionExit() 152 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionTailExit()
|
H A D | xray_mips64.cc | 54 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled() function 149 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionEntry() 154 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionExit() 161 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionTailExit()
|
H A D | xray_interface.cc | 150 bool patchSled(const XRaySledEntry &Sled, bool Enable, in patchSled() function 215 SucceedOnce |= patchSled(*f++, Enable, FuncId); in patchFunction() 305 patchSled(Sled, Enable, FuncId); in controlPatching()
|