Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_interface_internal.h84 bool patchFunctionTailExit(bool Enable, uint32_t FuncId,
H A Dxray_powerpc64.cpp89 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit() function
H A Dxray_AArch64.cpp101 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit() function
H A Dxray_hexagon.cpp147 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit() function
H A Dxray_arm.cpp140 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit() function
H A Dxray_loongarch64.cpp138 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit() function
H A Dxray_mips.cpp148 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit() function
H A Dxray_mips64.cpp156 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit() function
H A Dxray_x86_64.cpp219 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit() function
H A Dxray_interface.cpp164 Success = patchFunctionTailExit(Enable, FuncId, Sled); in patchSled()