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

#include <LLVMContextImpl.h>

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

Public Member Functions

 MDNodeKeyImpl (StringRef Filename, StringRef Directory)
 
 MDNodeKeyImpl (const DIFile *N)
 
bool isKeyOf (const DIFile *RHS) const
 
unsigned getHashValue () const
 

Public Attributes

StringRef Filename
 
StringRef Directory
 

Detailed Description

template<>
struct llvm::MDNodeKeyImpl< DIFile >

Definition at line 446 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

llvm::MDNodeKeyImpl< DIFile >::MDNodeKeyImpl ( StringRef  Filename,
StringRef  Directory 
)
inline

Definition at line 450 of file LLVMContextImpl.h.

Definition at line 452 of file LLVMContextImpl.h.

Member Function Documentation

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

Definition at line 458 of file LLVMContextImpl.h.

References llvm::hash_combine().

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

Definition at line 455 of file LLVMContextImpl.h.

References llvm::DIFile::getDirectory(), and llvm::DIFile::getFilename().

Member Data Documentation

Definition at line 448 of file LLVMContextImpl.h.

Definition at line 447 of file LLVMContextImpl.h.


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