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

#include "IR/LLVMContextImpl.h"

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

Public Member Functions

 MDNodeKeyImpl (Metadata *Scope, MDString *Name, MDString *ConfigurationMacros, MDString *IncludePath, MDString *ISysRoot)
 
 MDNodeKeyImpl (const DIModule *N)
 
bool isKeyOf (const DIModule *RHS) const
 
unsigned getHashValue () const
 

Public Attributes

MetadataScope
 
MDStringName
 
MDStringConfigurationMacros
 
MDStringIncludePath
 
MDStringISysRoot
 

Detailed Description

template<>
struct llvm::MDNodeKeyImpl< DIModule >

Definition at line 792 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

◆ MDNodeKeyImpl() [1/2]

llvm::MDNodeKeyImpl< DIModule >::MDNodeKeyImpl ( Metadata Scope,
MDString Name,
MDString ConfigurationMacros,
MDString IncludePath,
MDString ISysRoot 
)
inline

Definition at line 799 of file LLVMContextImpl.h.

◆ MDNodeKeyImpl() [2/2]

Definition at line 803 of file LLVMContextImpl.h.

Member Function Documentation

◆ getHashValue()

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

Definition at line 815 of file LLVMContextImpl.h.

References llvm::hash_combine().

◆ isKeyOf()

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

Member Data Documentation

◆ ConfigurationMacros

MDString* llvm::MDNodeKeyImpl< DIModule >::ConfigurationMacros

Definition at line 795 of file LLVMContextImpl.h.

◆ IncludePath

Definition at line 796 of file LLVMContextImpl.h.

◆ ISysRoot

Definition at line 797 of file LLVMContextImpl.h.

◆ Name

Definition at line 794 of file LLVMContextImpl.h.

◆ Scope

Definition at line 793 of file LLVMContextImpl.h.


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