LLVM API Documentation

llvm::DIDeserializer Class Reference

#include <MachineModuleInfo.h>

Collaboration diagram for llvm::DIDeserializer:

Collaboration graph
[legend]

List of all members.

Public Member Functions

const std::map< GlobalVariable
*, DebugInfoDesc * > & 
getGlobalDescs () const
DebugInfoDescDeserialize (Value *V)
DebugInfoDescDeserialize (GlobalVariable *GV)


Detailed Description

DIDeserializer - This class is responsible for casting GlobalVariables into DebugInfoDesc objects.

Definition at line 760 of file MachineModuleInfo.h.


Member Function Documentation

const std::map<GlobalVariable *, DebugInfoDesc *>& llvm::DIDeserializer::getGlobalDescs (  )  const [inline]

Definition at line 764 of file MachineModuleInfo.h.

DebugInfoDesc * DIDeserializer::Deserialize ( Value V  ) 

DebugInfoDesc * DIDeserializer::Deserialize ( GlobalVariable GV  ) 


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.