reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2269 Slot = Machine->getGlobalSlot(GV); 2272 Slot = Machine->getLocalSlot(V); 2277 if (Slot == -1) 2279 Slot = Machine->getLocalSlot(V); 2286 Slot = Machine->getGlobalSlot(GV); 2289 Slot = Machine->getLocalSlot(V); 2294 Slot = -1; 2297 if (Slot != -1) 2298 Out << Prefix << Slot;