Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSlotTracker.h46 std::unique_ptr<SlotTracker> MachineStorage; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp885 MachineStorage = in getMachine()
887 Machine = MachineStorage.get(); in getMachine()
2564 std::unique_ptr<SlotTracker> MachineStorage; in WriteAsOperandInternal() local
2567 MachineStorage = std::make_unique<SlotTracker>(WriterCtx.Context); in WriteAsOperandInternal()
2568 WriterCtx.Machine = MachineStorage.get(); in WriteAsOperandInternal()
5125 SlotTracker *ST = MachineStorage.get(); in collectMDNodes()