Home | History | Annotate | Download | only in src

Lines Matching refs:Globals

394   /// Uses DataLowering to lower Globals. Side effects:
395 /// - discards the initializer list for the global variable in Globals.
396 /// - clears the Globals array.
421 return LockedPtr<VariableDeclarationList>(&Globals, &InitAllocLock);
441 VariableDeclarationList Globals;
503 /// If !HasEmittedCode, SubZero will accumulate all Globals (which are "true"
507 // If Instrumentor is not empty then it will be used to instrument globals and
532 return LockedPtr<VariableDeclarationList>(&Globals, &InitAllocLock);
551 LockedPtr<VariableDeclarationList> _(&Globals, &InitAllocLock);
553 Globals.merge(Globls.get());