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.cpp28 char DebugTypesNone; variable
50 DebugTypes.store(&DebugTypesNone, std::memory_order_relaxed); in initializeDebug()
51 return &DebugTypesNone; in initializeDebug()
55 assert(Types && Types != &DebugTypesAll && Types != &DebugTypesNone && in debugTypeEnabled()
H A Ddebug.h24 extern char DebugTypesNone;
38 if (Types == &DebugTypesNone) \