Home
last modified time | relevance | path

Searched refs:patchFunctionExit (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_s390x.cpp49 bool __xray::patchFunctionExit( in patchFunctionExit() function in __xray
80 return patchFunctionExit(Enable, FuncId, Sled, Trampolines); in patchFunctionTailExit()
H A Dxray_powerpc64.cpp76 bool patchFunctionExit( in patchFunctionExit() function
102 return patchFunctionExit(Enable, FuncId, Sled, Trampolines); in patchFunctionTailExit()
H A Dxray_AArch64.cpp99 bool patchFunctionExit( in patchFunctionExit() function
H A Dxray_interface_internal.h144 bool patchFunctionExit(bool Enable, uint32_t FuncId, const XRaySledEntry &Sled,
H A Dxray_arm.cpp138 bool patchFunctionExit( in patchFunctionExit() function
H A Dxray_hexagon.cpp145 bool patchFunctionExit( in patchFunctionExit() function
H A Dxray_loongarch64.cpp136 bool patchFunctionExit( in patchFunctionExit() function
H A Dxray_mips.cpp146 bool patchFunctionExit( in patchFunctionExit() function
H A Dxray_mips64.cpp154 bool patchFunctionExit( in patchFunctionExit() function
H A Dxray_x86_64.cpp175 bool patchFunctionExit( in patchFunctionExit() function
H A Dxray_riscv.cpp243 bool patchFunctionExit( in patchFunctionExit() function
H A Dxray_interface.cpp178 Success = patchFunctionExit(Enable, FuncId, Sled, Trampolines); in patchSled()