LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::AnchoredDesc Class Reference

#include <MachineModuleInfo.h>

Inheritance diagram for llvm::AnchoredDesc:

Inheritance graph
[legend]
Collaboration diagram for llvm::AnchoredDesc:

Collaboration graph
[legend]
List of all members.

Public Member Functions

AnchorDescgetAnchor () const
void setAnchor (AnchorDesc *A)
virtual const char * getAnchorString () const =0
virtual void ApplyToFields (DIVisitor *Visitor)

Protected Member Functions

 AnchoredDesc (unsigned T)

Detailed Description

AnchoredDesc - This class manages anchors for a variety of top level descriptors.

Definition at line 200 of file MachineModuleInfo.h.


Constructor & Destructor Documentation

AnchoredDesc::AnchoredDesc unsigned  T  )  [explicit, protected]
 

Definition at line 735 of file MachineModuleInfo.cpp.


Member Function Documentation

void AnchoredDesc::ApplyToFields DIVisitor Visitor  )  [virtual]
 

ApplyToFields - Target the visitor to the fields of the AnchoredDesc.

Reimplemented from llvm::DebugInfoDesc.

Reimplemented in llvm::CompileUnitDesc, llvm::GlobalDesc, llvm::GlobalVariableDesc, and llvm::SubprogramDesc.

Definition at line 742 of file MachineModuleInfo.cpp.

References llvm::DIVisitor::Apply().

AnchorDesc* llvm::AnchoredDesc::getAnchor  )  const [inline]
 

Definition at line 211 of file MachineModuleInfo.h.

Referenced by llvm::SubprogramDesc::dump(), llvm::GlobalVariableDesc::dump(), and llvm::CompileUnitDesc::dump().

virtual const char* llvm::AnchoredDesc::getAnchorString  )  const [pure virtual]
 

getAnchorString - Return a string used to label descriptor's anchor.

Implemented in llvm::CompileUnitDesc, llvm::GlobalVariableDesc, and llvm::SubprogramDesc.

void llvm::AnchoredDesc::setAnchor AnchorDesc A  )  [inline]
 

Definition at line 212 of file MachineModuleInfo.h.


The documentation for this class was generated from the following files:


This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.