|
LLVM
3.7.0
|
#include <LLVMContextImpl.h>
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 |
Definition at line 446 of file LLVMContextImpl.h.
|
inline |
Definition at line 450 of file LLVMContextImpl.h.
|
inline |
Definition at line 452 of file LLVMContextImpl.h.
|
inline |
Definition at line 458 of file LLVMContextImpl.h.
References llvm::hash_combine().
|
inline |
Definition at line 455 of file LLVMContextImpl.h.
References llvm::DIFile::getDirectory(), and llvm::DIFile::getFilename().
| StringRef llvm::MDNodeKeyImpl< DIFile >::Directory |
Definition at line 448 of file LLVMContextImpl.h.
| StringRef llvm::MDNodeKeyImpl< DIFile >::Filename |
Definition at line 447 of file LLVMContextImpl.h.
1.8.6