|
LLVM
3.7.0
|
This struct contains the mapping from the slot numbers to unnamed metadata nodes and global values. More...
#include <SlotMapping.h>
Public Attributes | |
| std::vector< GlobalValue * > | GlobalValues |
| std::map< unsigned, TrackingMDNodeRef > | MetadataNodes |
This struct contains the mapping from the slot numbers to unnamed metadata nodes and global values.
Definition at line 27 of file SlotMapping.h.
| std::vector<GlobalValue *> llvm::SlotMapping::GlobalValues |
Definition at line 28 of file SlotMapping.h.
| std::map<unsigned, TrackingMDNodeRef> llvm::SlotMapping::MetadataNodes |
Definition at line 29 of file SlotMapping.h.
1.8.6