LLVM: llvm::AbstractSlotTrackerStorage Class Reference (original) (raw)
Abstract interface of slot tracker storage. More...
#include "[llvm/IR/ModuleSlotTracker.h](ModuleSlotTracker%5F8h%5Fsource.html)"
Abstract interface of slot tracker storage.
Definition at line 27 of file ModuleSlotTracker.h.
| AbstractSlotTrackerStorage::~AbstractSlotTrackerStorage ( ) | virtualdefault |
|---|
◆ createMetadataSlot()
| virtual void llvm::AbstractSlotTrackerStorage::createMetadataSlot ( const MDNode * ) | pure virtual |
|---|
◆ getMetadataSlot()
| virtual int llvm::AbstractSlotTrackerStorage::getMetadataSlot ( const MDNode * ) | pure virtual |
|---|
◆ getNextMetadataSlot()
| virtual unsigned llvm::AbstractSlotTrackerStorage::getNextMetadataSlot ( ) | pure virtual |
|---|
The documentation for this class was generated from the following files:
- include/llvm/IR/ModuleSlotTracker.h
- lib/IR/AsmWriter.cpp