Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_powerpc64.cpp71 bool patchFunctionExit(const bool Enable, uint32_t FuncId, in patchFunctionExit() function
91 return patchFunctionExit(Enable, FuncId, Sled); in patchFunctionTailExit()
H A Dxray_interface_internal.h83 bool patchFunctionExit(bool Enable, uint32_t FuncId, const XRaySledEntry &Sled);
H A Dxray_AArch64.cpp96 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() function
H A Dxray_hexagon.cpp142 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() function
H A Dxray_arm.cpp135 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() function
H A Dxray_loongarch64.cpp133 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() function
H A Dxray_mips.cpp143 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() function
H A Dxray_mips64.cpp151 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() function
H A Dxray_x86_64.cpp172 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() function
H A Dxray_interface.cpp161 Success = patchFunctionExit(Enable, FuncId, Sled); in patchSled()