LLVM
8.0.1
|
This struct contains the mappings from the slot numbers to unnamed metadata nodes, global values and types. More...
#include "llvm/AsmParser/SlotMapping.h"
Public Attributes | |
std::vector< GlobalValue * > | GlobalValues |
std::map< unsigned, TrackingMDNodeRef > | MetadataNodes |
StringMap< Type * > | NamedTypes |
std::map< unsigned, Type * > | Types |
This struct contains the mappings from the slot numbers to unnamed metadata nodes, global values and types.
It also contains the mapping for the named types. It can be used to save the parsing state of an LLVM IR module so that the textual references to the values in the module can be parsed outside of the module's source.
Definition at line 33 of file SlotMapping.h.
std::vector<GlobalValue *> llvm::SlotMapping::GlobalValues |
Definition at line 34 of file SlotMapping.h.
std::map<unsigned, TrackingMDNodeRef> llvm::SlotMapping::MetadataNodes |
Definition at line 35 of file SlotMapping.h.
Definition at line 36 of file SlotMapping.h.
Definition at line 37 of file SlotMapping.h.