Searched refs:DebugTypesAll (Results 1 – 2 of 2) sorted by relevance
26 char DebugTypesAll; variable36 DebugTypes.store(&DebugTypesAll, std::memory_order_relaxed); in initializeDebug()37 return &DebugTypesAll; in initializeDebug()54 assert(Types && Types != &DebugTypesAll && Types != &DebugTypesNone && in debugTypeEnabled()
23 extern char DebugTypesAll;39 if (Types == &DebugTypesAll || ::orc_rt::debugTypeEnabled(TYPE, Types)) { \