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


Public Member Functions | |
| AnchorDesc () | |
| AnchorDesc (AnchoredDesc *D) | |
| unsigned | getAnchorTag () const |
| virtual GlobalValue::LinkageTypes | getLinkage () const |
| 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 AnchorDesc *) |
| bool | classof (const DebugInfoDesc *D) |
|
|
Definition at line 671 of file MachineModuleInfo.cpp. References llvm::dwarf::DW_TAG_anchor. |
|
|
Definition at line 675 of file MachineModuleInfo.cpp. References llvm::dwarf::DW_TAG_anchor. |
|
|
ApplyToFields - Target the visitor to the fields of the AnchorDesc. Reimplemented from llvm::DebugInfoDesc. Definition at line 693 of file MachineModuleInfo.cpp. References llvm::DIVisitor::Apply(). |
|
|
Reimplemented from llvm::DebugInfoDesc. Definition at line 681 of file MachineModuleInfo.cpp. References llvm::DebugInfoDesc::getTag(). |
|
|
Definition at line 173 of file MachineModuleInfo.h. |
|
|
Implements llvm::DebugInfoDesc. Definition at line 725 of file MachineModuleInfo.cpp. References getDescString(), llvm::DebugInfoDesc::getTag(), and llvm::DebugInfoDesc::getVersion(). |
|
|
Definition at line 170 of file MachineModuleInfo.h. |
|
|
getDescString - Return a string used to compose global names and labels. Implements llvm::DebugInfoDesc. Definition at line 706 of file MachineModuleInfo.cpp. References llvm::dwarf::DW_TAG_compile_unit, llvm::dwarf::DW_TAG_subprogram, and llvm::dwarf::DW_TAG_variable. Referenced by dump(). |
|
|
getLinkage - get linkage appropriate for this type of descriptor. Reimplemented from llvm::DebugInfoDesc. Definition at line 687 of file MachineModuleInfo.cpp. |
|
|
getTypeString - Return a string used to label this descriptor's type. Implements llvm::DebugInfoDesc. Definition at line 720 of file MachineModuleInfo.cpp. |