Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_interface_internal.h78 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.cpp103 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_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.cpp162 Success = patchFunctionTailExit(Enable, FuncId, Sled); in patchSled()