Home
last modified time | relevance | path

Searched refs:patchSled (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_AArch64.cpp33 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled() function
93 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionEntry()
98 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionExit()
103 return patchSled(Enable, FuncId, Sled, __xray_FunctionTailExit); in patchFunctionTailExit()
H A Dxray_hexagon.cpp87 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled() function
139 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionEntry()
144 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionExit()
149 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionTailExit()
H A Dxray_arm.cpp76 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled() function
132 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionEntry()
137 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionExit()
142 return patchSled(Enable, FuncId, Sled, __xray_FunctionTailExit); in patchFunctionTailExit()
H A Dxray_loongarch64.cpp43 static inline bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled() function
130 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionEntry()
135 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionExit()
142 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionTailExit()
H A Dxray_mips.cpp52 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled() function
140 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionEntry()
145 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionExit()
152 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionTailExit()
H A Dxray_mips64.cpp53 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled() function
148 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionEntry()
153 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionExit()
160 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionTailExit()
H A Dxray_interface.cpp153 bool patchSled(const XRaySledEntry &Sled, bool Enable, in patchSled() function
248 SucceedOnce |= patchSled(f[i], Enable, FuncId); in patchFunction()
339 patchSled(Sled, Enable, FuncId); in controlPatching()