Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/xray/
Dxray_powerpc64.cpp71 bool patchFunctionExit(const bool Enable, uint32_t FuncId, in patchFunctionExit() function
91 return patchFunctionExit(Enable, FuncId, Sled); in patchFunctionTailExit()
Dxray_interface_internal.h85 bool patchFunctionExit(bool Enable, uint32_t FuncId, const XRaySledEntry &Sled);
Dxray_AArch64.cpp98 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() function
Dxray_arm.cpp135 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() function
Dxray_mips.cpp143 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() function
Dxray_mips64.cpp151 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() function
Dxray_x86_64.cpp171 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() function
Dxray_interface.cpp157 Success = patchFunctionExit(Enable, FuncId, Sled); in patchSled()