Searched refs:patchFunctionExit (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_powerpc64.cpp | 71 bool patchFunctionExit(const bool Enable, uint32_t FuncId, in patchFunctionExit() function 91 return patchFunctionExit(Enable, FuncId, Sled); in patchFunctionTailExit()
|
H A D | xray_interface_internal.h | 83 bool patchFunctionExit(bool Enable, uint32_t FuncId, const XRaySledEntry &Sled);
|
H A D | xray_AArch64.cpp | 96 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() function
|
H A D | xray_hexagon.cpp | 142 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() function
|
H A D | xray_arm.cpp | 135 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() function
|
H A D | xray_loongarch64.cpp | 133 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() function
|
H A D | xray_mips.cpp | 143 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() function
|
H A D | xray_mips64.cpp | 151 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() function
|
H A D | xray_x86_64.cpp | 172 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() function
|
H A D | xray_interface.cpp | 161 Success = patchFunctionExit(Enable, FuncId, Sled); in patchSled()
|