Searched refs:patchFunctionExit (Results 1 – 9 of 9) sorted by relevance
/openbsd-src/gnu/llvm/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 | 77 bool patchFunctionExit(bool Enable, uint32_t FuncId, const XRaySledEntry &Sled);
|
H A D | xray_AArch64.cpp | 98 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_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 | 159 Success = patchFunctionExit(Enable, FuncId, Sled); in patchSled()
|