Searched defs:LogVerbosity (Results 1 – 1 of 1) sorted by relevance
37 struct LogVerbosity { struct38 bool class_linker; // Enabled with "-verbose:class".39 bool collector;40 bool compiler;41 bool deopt;42 bool gc;66 extern LogVerbosity gLogVerbosity; argument