Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/xray/
Dxray_interface_internal.h89 bool patchTypedEvent(bool Enable, uint32_t FuncId, const XRaySledEntry &Sled);
Dxray_powerpc64.cpp103 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
Dxray_AArch64.cpp114 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
Dxray_arm.cpp151 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
Dxray_mips.cpp161 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
Dxray_mips64.cpp169 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
Dxray_x86_64.cpp295 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
Dxray_interface.cpp169 Success = patchTypedEvent(Enable, FuncId, Sled); in patchSled()