LLVM 20.0.0git
|
Abstract interface of slot tracker storage. More...
#include "llvm/IR/ModuleSlotTracker.h"
Public Member Functions | |
virtual | ~AbstractSlotTrackerStorage () |
virtual unsigned | getNextMetadataSlot ()=0 |
virtual void | createMetadataSlot (const MDNode *)=0 |
virtual int | getMetadataSlot (const MDNode *)=0 |
Abstract interface of slot tracker storage.
Definition at line 26 of file ModuleSlotTracker.h.
|
virtualdefault |
Implemented in llvm::SlotTracker.
Implemented in llvm::SlotTracker.
|
pure virtual |
Implemented in llvm::SlotTracker.