Searched refs:RegisterHandler (Results 1 – 7 of 7) sorted by relevance
| /src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_flags.cpp | 113 parser->RegisterHandler("include", fh_include, in RegisterIncludeFlags() 117 parser->RegisterHandler( in RegisterIncludeFlags()
|
| H A D | sanitizer_flag_parser.h | 174 void RegisterHandler(const char *name, FlagHandlerBase *handler, 195 parser->RegisterHandler(name, fh, desc); in RegisterFlag()
|
| H A D | sanitizer_flag_parser.cpp | 176 void FlagParser::RegisterHandler(const char *name, FlagHandlerBase *handler, in RegisterHandler() function in __sanitizer::FlagParser
|
| /src/sys/contrib/edk2/Include/Protocol/ |
| H A D | WatchdogTimer.h | 129 EFI_WATCHDOG_TIMER_REGISTER_HANDLER RegisterHandler; member
|
| H A D | Timer.h | 165 EFI_TIMER_REGISTER_HANDLER RegisterHandler; member
|
| /src/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Signals.inc | 443 static void RegisterHandler() { 473 RegisterHandler(); 495 RegisterHandler(); 534 RegisterHandler(); 582 RegisterHandler(); 610 RegisterHandler();
|
| /src/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan.cpp | 152 parser->RegisterHandler("keep_going", fh_keep_going, in RegisterMsanFlags()
|