Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_log_interface.cc23 static XRayLogImpl CurrentXRayImpl{nullptr, nullptr, nullptr, nullptr}; variable
91 CurrentXRayImpl = it->Impl; in __xray_log_select_mode()
92 GlobalXRayImpl = &CurrentXRayImpl; in __xray_log_select_mode()
119 CurrentXRayImpl = Impl; in __xray_set_log_impl()
120 GlobalXRayImpl = &CurrentXRayImpl; in __xray_set_log_impl()