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::StructValType Class Reference

Collaboration diagram for llvm::StructValType:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 StructValType (const std::vector< const Type * > &args)
void doRefinement (const DerivedType *OldType, const Type *NewType)
bool operator< (const StructValType &STV) const

Static Public Member Functions

static StructValType get (const StructType *ST)
static unsigned hashTypeStructure (const StructType *ST)

Detailed Description

Definition at line 997 of file Type.cpp.


Constructor & Destructor Documentation

llvm::StructValType::StructValType const std::vector< const Type * > &  args  )  [inline]
 

Definition at line 1000 of file Type.cpp.


Member Function Documentation

void llvm::StructValType::doRefinement const DerivedType OldType,
const Type NewType
[inline]
 

Definition at line 1016 of file Type.cpp.

static StructValType llvm::StructValType::get const StructType ST  )  [inline, static]
 

Definition at line 1002 of file Type.cpp.

References llvm::StructType::getElementType(), and llvm::StructType::getNumElements().

static unsigned llvm::StructValType::hashTypeStructure const StructType ST  )  [inline, static]
 

Definition at line 1011 of file Type.cpp.

References llvm::StructType::getNumElements().

bool llvm::StructValType::operator< const StructValType STV  )  const [inline]
 

Definition at line 1021 of file Type.cpp.

References ElTypes.


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