Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DModuleSlotTracker.h32 std::unique_ptr<SlotTracker> MachineStorage; variable
/external/llvm/lib/IR/
DAsmWriter.cpp684 : MachineStorage(M ? new SlotTracker(M, ShouldInitializeAllMetadata) in ModuleSlotTracker()
686 M(M), Machine(MachineStorage.get()) {} in ModuleSlotTracker()
1969 std::unique_ptr<SlotTracker> MachineStorage; in WriteAsOperandInternal() local
1971 MachineStorage = make_unique<SlotTracker>(Context); in WriteAsOperandInternal()
1972 Machine = MachineStorage.get(); in WriteAsOperandInternal()