Searched refs:patchFunctionExit (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/compiler-rt/lib/xray/ |
D | xray_powerpc64.cpp | 71 bool patchFunctionExit(const bool Enable, uint32_t FuncId, in patchFunctionExit() function 91 return patchFunctionExit(Enable, FuncId, Sled); in patchFunctionTailExit()
|
D | xray_interface_internal.h | 85 bool patchFunctionExit(bool Enable, uint32_t FuncId, const XRaySledEntry &Sled);
|
D | xray_AArch64.cpp | 98 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() function
|
D | xray_arm.cpp | 135 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() function
|
D | xray_mips.cpp | 143 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() function
|
D | xray_mips64.cpp | 151 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() function
|
D | xray_x86_64.cpp | 171 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() function
|
D | xray_interface.cpp | 157 Success = patchFunctionExit(Enable, FuncId, Sled); in patchSled()
|