Lines Matching refs:Globals
254 /// Returns a pointer to the pool where globals are allocated.
1029 /// Parses the globals block (i.e. global variable declarations and
1049 const char *getBlockName() const override { return "globals"; }
1100 // Verify specified number of globals matches number found.
1152 Error("Globals count record not first in block.");
1179 Error("Globals compound record not first initializer");
1573 << CachedNumGlobalValueIDs << " globals and function contains "
3028 std::unique_ptr<Ice::VariableDeclarationList> Globals =
3030 if (Globals)
3031 getTranslator().lowerGlobals(std::move(Globals));