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

#include "IR/LLVMContextImpl.h"

Collaboration diagram for llvm::MDNodeKeyImpl< DIEnumerator >:
Collaboration graph
[legend]

Public Member Functions

 MDNodeKeyImpl (int64_t Value, bool IsUnsigned, MDString *Name)
 
 MDNodeKeyImpl (const DIEnumerator *N)
 
bool isKeyOf (const DIEnumerator *RHS) const
 
unsigned getHashValue () const
 

Public Attributes

int64_t Value
 
MDStringName
 
bool IsUnsigned
 

Detailed Description

template<>
struct llvm::MDNodeKeyImpl< DIEnumerator >

Definition at line 357 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

◆ MDNodeKeyImpl() [1/2]

llvm::MDNodeKeyImpl< DIEnumerator >::MDNodeKeyImpl ( int64_t  Value,
bool  IsUnsigned,
MDString Name 
)
inline

Definition at line 362 of file LLVMContextImpl.h.

◆ MDNodeKeyImpl() [2/2]

Definition at line 364 of file LLVMContextImpl.h.

Member Function Documentation

◆ getHashValue()

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

Definition at line 373 of file LLVMContextImpl.h.

References llvm::hash_combine().

◆ isKeyOf()

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

Member Data Documentation

◆ IsUnsigned

Definition at line 360 of file LLVMContextImpl.h.

◆ Name

Definition at line 359 of file LLVMContextImpl.h.

◆ Value

Definition at line 358 of file LLVMContextImpl.h.


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