Home | History | Annotate | Download | only in src

Lines Matching refs:Globals

463 Globals. Side effects:
464 /// - discards the initializer list for the global variable in Globals.
465 /// - clears the Globals array.
490 return LockedPtr<VariableDeclarationList>(&Globals, &InitAllocLock);
510 VariableDeclarationList Globals;
572 /// If !HasEmittedCode, SubZero will accumulate all Globals (which are "true"
576 // If Instrumentor is not empty then it will be used to instrument globals and
601 return LockedPtr<VariableDeclarationList>(&Globals, &InitAllocLock);
620 LockedPtr<VariableDeclarationList> _(&Globals, &InitAllocLock);
622 Globals.merge(Globls.get());