Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_s390x.cpp77 bool __xray::patchFunctionTailExit( in patchFunctionTailExit() function in __xray
H A Dxray_powerpc64.cpp99 bool patchFunctionTailExit( in patchFunctionTailExit() function
H A Dxray_AArch64.cpp105 bool patchFunctionTailExit( in patchFunctionTailExit() function
H A Dxray_interface_internal.h146 bool patchFunctionTailExit(bool Enable, uint32_t FuncId,
H A Dxray_arm.cpp144 bool patchFunctionTailExit( in patchFunctionTailExit() function
H A Dxray_hexagon.cpp151 bool patchFunctionTailExit( in patchFunctionTailExit() function
H A Dxray_loongarch64.cpp142 bool patchFunctionTailExit( in patchFunctionTailExit() function
H A Dxray_mips.cpp152 bool patchFunctionTailExit( in patchFunctionTailExit() function
H A Dxray_mips64.cpp160 bool patchFunctionTailExit( in patchFunctionTailExit() function
H A Dxray_x86_64.cpp224 bool patchFunctionTailExit( in patchFunctionTailExit() function
H A Dxray_riscv.cpp249 bool patchFunctionTailExit( in patchFunctionTailExit() function
H A Dxray_interface.cpp181 Success = patchFunctionTailExit(Enable, FuncId, Sled, Trampolines); in patchSled()