Home
last modified time | relevance | path

Searched refs:patchTypedEvent (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_s390x.cpp89 bool __xray::patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function in __xray
H A Dxray_powerpc64.cpp114 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
H A Dxray_AArch64.cpp136 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
H A Dxray_interface_internal.h150 bool patchTypedEvent(bool Enable, uint32_t FuncId, const XRaySledEntry &Sled);
H A Dxray_arm.cpp156 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
H A Dxray_hexagon.cpp163 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
H A Dxray_loongarch64.cpp156 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
H A Dxray_mips.cpp166 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
H A Dxray_mips64.cpp174 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
H A Dxray_x86_64.cpp283 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
H A Dxray_riscv.cpp260 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
H A Dxray_interface.cpp191 Success = patchTypedEvent(Enable, FuncId, Sled); in patchSled()