Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_log_interface.cc47 static ModeImpl *ModeImpls = &SentinelModeImpl; variable
73 for (ModeImpl *it = ModeImpls; it != &SentinelModeImpl; it = it->Next) { in __xray_log_register_mode()
78 NewModeImpl->Next = ModeImpls; in __xray_log_register_mode()
81 ModeImpls = NewModeImpl; in __xray_log_register_mode()
88 for (ModeImpl *it = ModeImpls; it != &SentinelModeImpl; it = it->Next) { in __xray_log_select_mode()