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

/external/llvm/lib/VMCore/
H A DAsmWriter.cpp367 /// CreateModuleSlot - Insert the specified GlobalValue* into the slot table.
368 void CreateModuleSlot(const GlobalValue *V);
459 CreateModuleSlot(I);
475 CreateModuleSlot(I);
574 /// CreateModuleSlot - Insert the specified GlobalValue* into the slot table.
575 void SlotTracker::CreateModuleSlot(const GlobalValue *V) { function in class:SlotTracker
603 /// CreateModuleSlot - Insert the specified MDNode* into the slot table.

Completed in 82 milliseconds