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

#include <LLVMContextImpl.h>

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

Public Member Functions

 MDNodeKeyImpl (unsigned MIType, unsigned Line, MDString *Name, MDString *Value)
 
 MDNodeKeyImpl (const DIMacro *N)
 
bool isKeyOf (const DIMacro *RHS) const
 
unsigned getHashValue () const
 

Public Attributes

unsigned MIType
 
unsigned Line
 
MDStringName
 
MDStringValue
 

Detailed Description

template<>
struct llvm::MDNodeKeyImpl< DIMacro >

Definition at line 943 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

llvm::MDNodeKeyImpl< DIMacro >::MDNodeKeyImpl ( unsigned  MIType,
unsigned  Line,
MDString Name,
MDString Value 
)
inline

Definition at line 949 of file LLVMContextImpl.h.

Definition at line 951 of file LLVMContextImpl.h.

Member Function Documentation

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

Definition at line 959 of file LLVMContextImpl.h.

References llvm::hash_combine().

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

Member Data Documentation

Definition at line 945 of file LLVMContextImpl.h.

Definition at line 944 of file LLVMContextImpl.h.

Definition at line 946 of file LLVMContextImpl.h.

Definition at line 947 of file LLVMContextImpl.h.


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