Home
last modified time | relevance | path

Searched refs:patchCustomEvent (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_interface_internal.h86 bool patchCustomEvent(bool Enable, uint32_t FuncId, const XRaySledEntry &Sled);
H A Dxray_powerpc64.cpp97 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() function
H A Dxray_AArch64.cpp120 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() function
H A Dxray_hexagon.cpp152 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() function
H A Dxray_arm.cpp145 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() function
H A Dxray_loongarch64.cpp145 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() function
H A Dxray_mips.cpp155 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() function
H A Dxray_mips64.cpp163 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() function
H A Dxray_x86_64.cpp249 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() function
H A Dxray_interface.cpp170 Success = patchCustomEvent(Enable, FuncId, Sled); in patchSled()