Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/xray/
Dxray_log_interface.cpp47 static const ModeImpl *CurrentMode = nullptr; variable
89 CurrentMode = it; in __xray_log_select_mode()
101 if (CurrentMode != nullptr) in __xray_log_get_current_mode()
102 return CurrentMode->Mode; in __xray_log_get_current_mode()
111 CurrentMode = nullptr; in __xray_set_log_impl()
149 if (CurrentMode == nullptr || internal_strcmp(CurrentMode->Mode, Mode) != 0) in __xray_log_init_mode()
170 if (CurrentMode == nullptr || internal_strcmp(CurrentMode->Mode, Mode) != 0) in __xray_log_init_mode_bin()
203 auto Mode = CurrentMode ? CurrentMode->Mode : nullptr; in __xray_log_process_buffers()
/external/llvm-project/clang-tools-extra/clangd/
DCompileCommands.cpp472 DriverMode CurrentMode = MainMode; in process() local
479 if (matchingRule(Args[Read], CurrentMode, ArgCount)) { in process()
484 CurrentMode = MainMode; in process()
496 CurrentMode = WasXclang ? DM_CC1 : MainMode; in process()
/external/llvm-project/debuginfo-tests/dexter/dex/debugger/visualstudio/
DVisualStudio.py97 return self._debugger.CurrentMode