Searched refs:patchTypedEvent (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/compiler-rt/lib/xray/ |
D | xray_interface_internal.h | 89 bool patchTypedEvent(bool Enable, uint32_t FuncId, const XRaySledEntry &Sled);
|
D | xray_powerpc64.cpp | 103 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
|
D | xray_AArch64.cpp | 114 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
|
D | xray_arm.cpp | 151 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
|
D | xray_mips.cpp | 161 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
|
D | xray_mips64.cpp | 169 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
|
D | xray_x86_64.cpp | 295 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() function
|
D | xray_interface.cpp | 169 Success = patchTypedEvent(Enable, FuncId, Sled); in patchSled()
|