Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSlotTracker.h47 std::unique_ptr<SlotTracker> MachineStorage; variable
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp950 MachineStorage = in getMachine()
952 Machine = MachineStorage.get(); in getMachine()
2814 std::unique_ptr<SlotTracker> MachineStorage; in WriteAsOperandInternal() local
2817 MachineStorage = std::make_unique<SlotTracker>(WriterCtx.Context); in WriteAsOperandInternal()
2818 WriterCtx.Machine = MachineStorage.get(); in WriteAsOperandInternal()
5449 SlotTracker *ST = MachineStorage.get(); in collectMDNodes()