Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/xray/
Dxray_log_interface.cpp22 static XRayLogImpl CurrentXRayImpl{nullptr, nullptr, nullptr, nullptr}; variable
90 CurrentXRayImpl = it->Impl; in __xray_log_select_mode()
91 GlobalXRayImpl = &CurrentXRayImpl; in __xray_log_select_mode()
118 CurrentXRayImpl = Impl; in __xray_set_log_impl()
119 GlobalXRayImpl = &CurrentXRayImpl; in __xray_set_log_impl()