Home
last modified time | relevance | path

Searched defs:XRayLogImpl (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/compiler-rt/include/xray/
Dxray_log_interface.h156 struct XRayLogImpl { struct
172 XRayLogInitStatus (*log_init)(size_t, size_t, void *, size_t);
178 XRayLogInitStatus (*log_finalize)();
187 void (*handle_arg0)(int32_t, XRayEntryType);
216 void __xray_set_log_impl(XRayLogImpl Impl); argument