LLVM  3.7.0
Public Attributes | List of all members
llvm::SlotMapping Struct Reference

This struct contains the mapping from the slot numbers to unnamed metadata nodes and global values. More...

#include <SlotMapping.h>

Collaboration diagram for llvm::SlotMapping:
[legend]

Public Attributes

std::vector< GlobalValue * > GlobalValues
 
std::map< unsigned,
TrackingMDNodeRef
MetadataNodes
 

Detailed Description

This struct contains the mapping from the slot numbers to unnamed metadata nodes and global values.

Definition at line 27 of file SlotMapping.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: