Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_log_interface.cc45 static ModeImpl SentinelModeImpl{ variable
47 static ModeImpl *ModeImpls = &SentinelModeImpl;
73 for (ModeImpl *it = ModeImpls; it != &SentinelModeImpl; it = it->Next) { in __xray_log_register_mode()
88 for (ModeImpl *it = ModeImpls; it != &SentinelModeImpl; it = it->Next) { in __xray_log_select_mode()