Home | History | Annotate | Download | only in ExecutionEngine

Lines Matching full:globals

242   for (GlobalVariable &GI : M->globals())
1243 // to hold them. If there is more than one module, do a prepass over globals
1251 for (const auto &GV : M.globals()) {
1254 continue;// Ignore external globals and globals with internal linkage.
1281 for (const auto &GV : M.globals()) {
1309 // If there are multiple modules, map the non-canonical globals to their
1322 // Now that all of the globals are set up in memory, loop through them all
1324 for (const auto &GV : M.globals()) {