Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_interface_internal.h87 bool patchTypedEvent(bool Enable, uint32_t FuncId, const XRaySledEntry &Sled);
H A Dxray_powerpc64.cpp103 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
H A Dxray_AArch64.cpp131 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
H A Dxray_hexagon.cpp158 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
H A Dxray_arm.cpp151 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
H A Dxray_loongarch64.cpp151 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
H A Dxray_mips.cpp161 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
H A Dxray_mips64.cpp169 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
H A Dxray_x86_64.cpp277 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
H A Dxray_interface.cpp173 Success = patchTypedEvent(Enable, FuncId, Sled); in patchSled()