LLVM  3.7.0
Public Member Functions | Public Attributes | List of all members
llvm::MDNodeKeyImpl< DISubroutineType > Struct Template Reference

#include <LLVMContextImpl.h>

Collaboration diagram for llvm::MDNodeKeyImpl< DISubroutineType >:
[legend]

Public Member Functions

 MDNodeKeyImpl (int64_t Flags, Metadata *TypeArray)
 
 MDNodeKeyImpl (const DISubroutineType *N)
 
bool isKeyOf (const DISubroutineType *RHS) const
 
unsigned getHashValue () const
 

Public Attributes

unsigned Flags
 
MetadataTypeArray
 

Detailed Description

template<>
struct llvm::MDNodeKeyImpl< DISubroutineType >

Definition at line 431 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

llvm::MDNodeKeyImpl< DISubroutineType >::MDNodeKeyImpl ( int64_t  Flags,
Metadata TypeArray 
)
inline

Definition at line 435 of file LLVMContextImpl.h.

Definition at line 437 of file LLVMContextImpl.h.

Member Function Documentation

unsigned llvm::MDNodeKeyImpl< DISubroutineType >::getHashValue ( ) const
inline

Definition at line 443 of file LLVMContextImpl.h.

References llvm::hash_combine().

bool llvm::MDNodeKeyImpl< DISubroutineType >::isKeyOf ( const DISubroutineType RHS) const
inline

Member Data Documentation

Definition at line 432 of file LLVMContextImpl.h.

Definition at line 433 of file LLVMContextImpl.h.


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