Searched refs:patchFunctionExit (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_s390x.cpp | 49 bool __xray::patchFunctionExit( in patchFunctionExit() function in __xray 80 return patchFunctionExit(Enable, FuncId, Sled, Trampolines); in patchFunctionTailExit()
|
| H A D | xray_powerpc64.cpp | 76 bool patchFunctionExit( in patchFunctionExit() function 102 return patchFunctionExit(Enable, FuncId, Sled, Trampolines); in patchFunctionTailExit()
|
| H A D | xray_AArch64.cpp | 99 bool patchFunctionExit( in patchFunctionExit() function
|
| H A D | xray_interface_internal.h | 144 bool patchFunctionExit(bool Enable, uint32_t FuncId, const XRaySledEntry &Sled,
|
| H A D | xray_arm.cpp | 138 bool patchFunctionExit( in patchFunctionExit() function
|
| H A D | xray_hexagon.cpp | 145 bool patchFunctionExit( in patchFunctionExit() function
|
| H A D | xray_loongarch64.cpp | 136 bool patchFunctionExit( in patchFunctionExit() function
|
| H A D | xray_mips.cpp | 146 bool patchFunctionExit( in patchFunctionExit() function
|
| H A D | xray_mips64.cpp | 154 bool patchFunctionExit( in patchFunctionExit() function
|
| H A D | xray_x86_64.cpp | 175 bool patchFunctionExit( in patchFunctionExit() function
|
| H A D | xray_riscv.cpp | 243 bool patchFunctionExit( in patchFunctionExit() function
|
| H A D | xray_interface.cpp | 178 Success = patchFunctionExit(Enable, FuncId, Sled, Trampolines); in patchSled()
|