Searched refs:patchFunctionExit (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
H A D | xray_powerpc64.cc | 71 bool patchFunctionExit(const bool Enable, uint32_t FuncId, in patchFunctionExit() function 90 return patchFunctionExit(Enable, FuncId, Sled); in patchFunctionTailExit()
|
H A D | xray_interface_internal.h | 62 bool patchFunctionExit(bool Enable, uint32_t FuncId, const XRaySledEntry &Sled);
|
H A D | xray_AArch64.cc | 99 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() function
|
H A D | xray_arm.cc | 136 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() function
|
H A D | xray_mips.cc | 143 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() function
|
H A D | xray_mips64.cc | 152 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() function
|
H A D | xray_x86_64.cc | 177 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() function
|
H A D | xray_interface.cc | 158 Success = patchFunctionExit(Enable, FuncId, Sled); in patchSled()
|