LLVM API Documentation
#include <MachineModuleInfo.h>
Inheritance diagram for llvm::EnumeratorDesc:


Public Member Functions | |
| EnumeratorDesc () | |
| const std::string & | getName () const |
| int64_t | getValue () const |
| void | setName (const std::string &N) |
| void | setValue (int64_t V) |
| virtual void | ApplyToFields (DIVisitor *Visitor) |
| virtual const char * | getDescString () const |
| virtual const char * | getTypeString () const |
| virtual void | dump () |
Static Public Member Functions | |
| bool | classof (const EnumeratorDesc *) |
| bool | classof (const DebugInfoDesc *D) |
Definition at line 494 of file MachineModuleInfo.h.
|
|
Definition at line 1076 of file MachineModuleInfo.cpp. References llvm::dwarf::DW_TAG_enumerator. |
|
|
ApplyToFields - Target the visitor to the fields of the EnumeratorDesc. Reimplemented from llvm::DebugInfoDesc. Definition at line 1089 of file MachineModuleInfo.cpp. References llvm::DIVisitor::Apply(). |
|
|
Reimplemented from llvm::DebugInfoDesc. Definition at line 1083 of file MachineModuleInfo.cpp. References llvm::DebugInfoDesc::getTag(). |
|
|
Definition at line 509 of file MachineModuleInfo.h. |
|
|
Implements llvm::DebugInfoDesc. Definition at line 1109 of file MachineModuleInfo.cpp. References getDescString(), llvm::DebugInfoDesc::getTag(), and llvm::DebugInfoDesc::getVersion(). |
|
|
getDescString - Return a string used to compose global names and labels. Implements llvm::DebugInfoDesc. Definition at line 1098 of file MachineModuleInfo.cpp. Referenced by dump(). |
|
|
Definition at line 503 of file MachineModuleInfo.h. |
|
|
getTypeString - Return a string used to label this descriptor's type. Implements llvm::DebugInfoDesc. Definition at line 1104 of file MachineModuleInfo.cpp. |
|
|
Definition at line 504 of file MachineModuleInfo.h. |
|
|
Definition at line 505 of file MachineModuleInfo.h. |
|
|
Definition at line 506 of file MachineModuleInfo.h. |