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

#include "IR/LLVMContextImpl.h"

Collaboration diagram for llvm::MDNodeKeyImpl< DIMacro >:
Collaboration graph
[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 1067 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

◆ MDNodeKeyImpl() [1/2]

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

Definition at line 1073 of file LLVMContextImpl.h.

◆ MDNodeKeyImpl() [2/2]

Definition at line 1075 of file LLVMContextImpl.h.

Member Function Documentation

◆ getHashValue()

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

Definition at line 1084 of file LLVMContextImpl.h.

References llvm::hash_combine().

◆ isKeyOf()

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

Member Data Documentation

◆ Line

Definition at line 1069 of file LLVMContextImpl.h.

◆ MIType

Definition at line 1068 of file LLVMContextImpl.h.

◆ Name

Definition at line 1070 of file LLVMContextImpl.h.

◆ Value

Definition at line 1071 of file LLVMContextImpl.h.


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