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

/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DAsmWriter.cpp361 /// CreateModuleSlot - Insert the specified GlobalValue* into the slot table.
362 void CreateModuleSlot(const GlobalValue *V);
453 CreateModuleSlot(I);
469 CreateModuleSlot(I);
568 /// CreateModuleSlot - Insert the specified GlobalValue* into the slot table.
569 void SlotTracker::CreateModuleSlot(const GlobalValue *V) { function in class:SlotTracker
597 /// CreateModuleSlot - Insert the specified MDNode* into the slot table.
/external/llvm/lib/IR/
H A DAsmWriter.cpp665 /// CreateModuleSlot - Insert the specified GlobalValue* into the slot table.
666 void CreateModuleSlot(const GlobalValue *V);
804 CreateModuleSlot(&Var);
810 CreateModuleSlot(&A);
815 CreateModuleSlot(&I);
827 CreateModuleSlot(&F);
973 /// CreateModuleSlot - Insert the specified GlobalValue* into the slot table.
974 void SlotTracker::CreateModuleSlot(const GlobalValue *V) { function in class:SlotTracker
1003 /// CreateModuleSlot - Insert the specified MDNode* into the slot table.

Completed in 922 milliseconds