Searched refs:getGlobalSlot (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/VMCore/
H A DAsmWriter.cpp340 int getGlobalSlot(const GlobalValue *V);
541 /// getGlobalSlot - Get the slot number of a global value.
542 int SlotTracker::getGlobalSlot(const GlobalValue *V) { function in class:SlotTracker
1082 Slot = Machine->getGlobalSlot(GV);
1099 Slot = Machine->getGlobalSlot(GV);

Completed in 119 milliseconds