Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/xray/
Dxray_AArch64.cpp34 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled() function
95 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionEntry()
100 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionExit()
105 return patchSled(Enable, FuncId, Sled, __xray_FunctionTailExit); in patchFunctionTailExit()
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()
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()
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()
Dxray_interface.cpp149 bool patchSled(const XRaySledEntry &Sled, bool Enable, in patchSled() function
241 SucceedOnce |= patchSled(*f++, Enable, FuncId); in patchFunction()
332 patchSled(Sled, Enable, FuncId); in controlPatching()