Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Ddebug.cpp27 char DebugTypesNone; variable
49 DebugTypes.store(&DebugTypesNone, std::memory_order_relaxed); in initializeDebug()
50 return &DebugTypesNone; in initializeDebug()
54 assert(Types && Types != &DebugTypesAll && Types != &DebugTypesNone && in debugTypeEnabled()
H A Ddebug.h24 extern char DebugTypesNone;
37 if (Types == &DebugTypesNone) \