Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAsmWriter.cpp797 void CreateFunctionSlot(const Value *V);
992 CreateFunctionSlot(&*AI); in processFunction()
999 CreateFunctionSlot(&BB); in processFunction()
1003 CreateFunctionSlot(&I); in processFunction()
1183 void SlotTracker::CreateFunctionSlot(const Value *V) { in CreateFunctionSlot() function in SlotTracker