Searched refs:patchCustomEvent (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_interface_internal.h | 86 bool patchCustomEvent(bool Enable, uint32_t FuncId, const XRaySledEntry &Sled);
|
H A D | xray_powerpc64.cpp | 97 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() function
|
H A D | xray_AArch64.cpp | 120 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() function
|
H A D | xray_hexagon.cpp | 152 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() function
|
H A D | xray_arm.cpp | 145 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() function
|
H A D | xray_loongarch64.cpp | 145 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() function
|
H A D | xray_mips.cpp | 155 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() function
|
H A D | xray_mips64.cpp | 163 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() function
|
H A D | xray_x86_64.cpp | 249 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() function
|
H A D | xray_interface.cpp | 170 Success = patchCustomEvent(Enable, FuncId, Sled); in patchSled()
|