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


Public Member Functions | |
| AnchorDesc * | getAnchor () const |
| void | setAnchor (AnchorDesc *A) |
| virtual const char * | getAnchorString () const =0 |
| virtual void | ApplyToFields (DIVisitor *Visitor) |
Protected Member Functions | |
| AnchoredDesc (unsigned T) | |
Definition at line 200 of file MachineModuleInfo.h.
|
|
Definition at line 735 of file MachineModuleInfo.cpp. |
|
|
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(). |
|
|
Definition at line 211 of file MachineModuleInfo.h. Referenced by llvm::SubprogramDesc::dump(), llvm::GlobalVariableDesc::dump(), and llvm::CompileUnitDesc::dump(). |
|
|
getAnchorString - Return a string used to label descriptor's anchor. Implemented in llvm::CompileUnitDesc, llvm::GlobalVariableDesc, and llvm::SubprogramDesc. |
|
|
Definition at line 212 of file MachineModuleInfo.h. |