Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DAsmWriter.cpp796 void CreateFunctionSlot(const Value *V);
1012 CreateFunctionSlot(&*AI); in processFunction()
1019 CreateFunctionSlot(&BB); in processFunction()
1023 CreateFunctionSlot(&I); in processFunction()
1220 void SlotTracker::CreateFunctionSlot(const Value *V) { in CreateFunctionSlot() function in SlotTracker