Searched refs:patchFunctionEntry (Results 1 – 9 of 9) sorted by relevance
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/ |
H A D | xray_interface_internal.h | 75 bool patchFunctionEntry(bool Enable, uint32_t FuncId, const XRaySledEntry &Sled,
|
H A D | xray_powerpc64.cpp | 52 bool patchFunctionEntry(const bool Enable, uint32_t FuncId, in patchFunctionEntry() function
|
H A D | xray_AArch64.cpp | 92 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() function
|
H A D | xray_hexagon.cpp | 136 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() function
|
H A D | xray_arm.cpp | 129 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() function
|
H A D | xray_interface.cpp | 156 Success = patchFunctionEntry(Enable, FuncId, Sled, __xray_FunctionEntry); in patchSled() 165 Success = patchFunctionEntry(Enable, FuncId, Sled, __xray_ArgLoggerEntry); in patchSled()
|
H A D | xray_mips.cpp | 137 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() function
|
H A D | xray_mips64.cpp | 145 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() function
|
H A D | xray_x86_64.cpp | 123 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() function
|