Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/orc/
H A Ddebug.cpp27 char DebugTypesAll; variable
37 DebugTypes.store(&DebugTypesAll, std::memory_order_relaxed); in initializeDebug()
38 return &DebugTypesAll; in initializeDebug()
55 assert(Types && Types != &DebugTypesAll && Types != &DebugTypesNone && in debugTypeEnabled()
H A Ddebug.h23 extern char DebugTypesAll;
40 if (Types == &DebugTypesAll || \