LLVM API Documentation
#include <MachineModuleInfo.h>

Public Member Functions | |
| const std::map< GlobalVariable *, DebugInfoDesc * > & | getGlobalDescs () const |
| DebugInfoDesc * | Deserialize (Value *V) |
| DebugInfoDesc * | Deserialize (GlobalVariable *GV) |
Definition at line 760 of file MachineModuleInfo.h.
| const std::map<GlobalVariable *, DebugInfoDesc *>& llvm::DIDeserializer::getGlobalDescs | ( | ) | const [inline] |
Definition at line 764 of file MachineModuleInfo.h.
| DebugInfoDesc * DIDeserializer::Deserialize | ( | Value * | V | ) |
Deserialize - Reconstitute a GlobalVariable into it's component DebugInfoDesc objects.
Definition at line 1366 of file MachineModuleInfo.cpp.
References getGlobalVariable().
Referenced by llvm::MachineModuleInfo::getAnchoredDescriptors(), llvm::MachineModuleInfo::getDescFor(), llvm::MachineModuleInfo::RecordRegionEnd(), llvm::MachineModuleInfo::RecordRegionStart(), and llvm::MachineModuleInfo::RecordVariable().
| DebugInfoDesc * DIDeserializer::Deserialize | ( | GlobalVariable * | GV | ) |
Definition at line 1369 of file MachineModuleInfo.cpp.
References llvm::DebugInfoDesc::DescFactory(), and llvm::DebugInfoDesc::TagFromGlobal().
This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.