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

#include <LLVMContextImpl.h>

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

Public Member Functions

 MDNodeKeyImpl (Metadata *Scope, Metadata *File, StringRef Name, unsigned Line)
 
 MDNodeKeyImpl (const DINamespace *N)
 
bool isKeyOf (const DINamespace *RHS) const
 
unsigned getHashValue () const
 

Public Attributes

MetadataScope
 
MetadataFile
 
StringRef Name
 
unsigned Line
 

Detailed Description

template<>
struct llvm::MDNodeKeyImpl< DINamespace >

Definition at line 633 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

llvm::MDNodeKeyImpl< DINamespace >::MDNodeKeyImpl ( Metadata Scope,
Metadata File,
StringRef  Name,
unsigned  Line 
)
inline

Definition at line 639 of file LLVMContextImpl.h.

Definition at line 641 of file LLVMContextImpl.h.

Member Function Documentation

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

Definition at line 649 of file LLVMContextImpl.h.

References llvm::ARMBuildAttrs::File, and llvm::hash_combine().

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

Member Data Documentation

Definition at line 635 of file LLVMContextImpl.h.

Definition at line 637 of file LLVMContextImpl.h.

Definition at line 636 of file LLVMContextImpl.h.

Definition at line 634 of file LLVMContextImpl.h.


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