llvm::DIEnumerator Class Reference
#include <DebugInfo.h>
List of all members.
|
Public Member Functions |
|
| DIEnumerator (MDNode *N=0) |
|
StringRef | getName () const |
|
uint64_t | getEnumValue () const |
Detailed Description
DIEnumerator - A wrapper for an enumerator (e.g. X and Y in 'enum {X,Y}'). FIXME: it seems strange that this doesn't have either a reference to the type/precision or a file/line pair for location info.
The documentation for this class was generated from the following file: