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

/external/llvm/lib/VMCore/
H A DAsmWriter.cpp373 /// CreateFunctionSlot - Insert the specified Value* into the slot table.
374 void CreateFunctionSlot(const Value *V);
489 CreateFunctionSlot(AI);
499 CreateFunctionSlot(BB);
504 CreateFunctionSlot(I);
592 void SlotTracker::CreateFunctionSlot(const Value *V) { function in class:SlotTracker

Completed in 64 milliseconds