Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/xray/
Dxray_log_interface.cpp46 static ModeImpl *ModeImpls = &SentinelModeImpl; variable
72 for (ModeImpl *it = ModeImpls; it != &SentinelModeImpl; it = it->Next) { in __xray_log_register_mode()
77 NewModeImpl->Next = ModeImpls; in __xray_log_register_mode()
80 ModeImpls = NewModeImpl; in __xray_log_register_mode()
87 for (ModeImpl *it = ModeImpls; it != &SentinelModeImpl; it = it->Next) { in __xray_log_select_mode()