Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DModuleSlotTracker.h19 class SlotTracker; variable
32 std::unique_ptr<SlotTracker> MachineStorage;
36 SlotTracker *Machine = nullptr;
40 ModuleSlotTracker(SlotTracker &Machine, const Module *M,
56 SlotTracker *getMachine() const { return Machine; } in getMachine()
/external/llvm/lib/IR/
DAsmWriter.cpp563 class SlotTracker { class
598 explicit SlotTracker(const Module *M,
605 explicit SlotTracker(const Function *F,
673 SlotTracker(const SlotTracker &) = delete;
674 void operator=(const SlotTracker &) = delete;
678 ModuleSlotTracker::ModuleSlotTracker(SlotTracker &Machine, const Module *M, in ModuleSlotTracker()
684 : MachineStorage(M ? new SlotTracker(M, ShouldInitializeAllMetadata) in ModuleSlotTracker()
708 static SlotTracker *createSlotTracker(const Value *V) { in createSlotTracker()
710 return new SlotTracker(FA->getParent()); in createSlotTracker()
714 return new SlotTracker(I->getParent()->getParent()); in createSlotTracker()
[all …]