Searched refs:Globals (Results 1 – 5 of 5) sorted by relevance
49 SmallVector<GlobalVariable *, 8> Globals; in runOnModule() local50 const bool CollectRes = collectGlobals(M, Globals); in runOnModule()57 Tys.reserve(Globals.size()); in runOnModule()59 for (auto *GV : Globals) { in runOnModule()75 for (size_t i = 0, e = Globals.size(); i != e; ++i) { in runOnModule()76 auto *G = Globals[i]; in runOnModule()112 bool collectGlobals(Module &M, SmallVectorImpl<GlobalVariable *> &Globals) { in collectGlobals() argument131 Globals.push_back(&GV); in collectGlobals()134 return !Globals.empty(); in collectGlobals()
303 Globals within a script are considered local to the script. They308 accessors. Globals are persistent across invocations of a script and311 Globals of two types may be reflected into the Java class. The first314 Java. Globals of single pointer types behave differently. These may
274 static class Globals extends IWallpaperManagerCallback.Stub { class in WallpaperManager280 Globals(Looper looper) { in Globals() method in WallpaperManager.Globals392 private static Globals sGlobals;397 sGlobals = new Globals(looper); in initGlobals()
192 Parses const variables as text Globals.
560 android.app.WallpaperManager$Globals