|
LLVM
3.7.0
|
#include <LLVMContextImpl.h>
Public Member Functions | |
| MDNodeKeyImpl (Metadata *Scope, StringRef Name, StringRef ConfigurationMacros, StringRef IncludePath, StringRef ISysRoot) | |
| MDNodeKeyImpl (const DIModule *N) | |
| bool | isKeyOf (const DIModule *RHS) const |
| unsigned | getHashValue () const |
Public Attributes | |
| Metadata * | Scope |
| StringRef | Name |
| StringRef | ConfigurationMacros |
| StringRef | IncludePath |
| StringRef | ISysRoot |
Definition at line 654 of file LLVMContextImpl.h.
|
inline |
Definition at line 660 of file LLVMContextImpl.h.
|
inline |
Definition at line 666 of file LLVMContextImpl.h.
|
inline |
Definition at line 677 of file LLVMContextImpl.h.
References llvm::hash_combine().
|
inline |
Definition at line 671 of file LLVMContextImpl.h.
References llvm::DIModule::getConfigurationMacros(), llvm::DIModule::getIncludePath(), llvm::DIModule::getISysRoot(), llvm::DIModule::getName(), and llvm::DIModule::getRawScope().
| StringRef llvm::MDNodeKeyImpl< DIModule >::ConfigurationMacros |
Definition at line 657 of file LLVMContextImpl.h.
| StringRef llvm::MDNodeKeyImpl< DIModule >::IncludePath |
Definition at line 658 of file LLVMContextImpl.h.
| StringRef llvm::MDNodeKeyImpl< DIModule >::ISysRoot |
Definition at line 659 of file LLVMContextImpl.h.
| StringRef llvm::MDNodeKeyImpl< DIModule >::Name |
Definition at line 656 of file LLVMContextImpl.h.
| Metadata* llvm::MDNodeKeyImpl< DIModule >::Scope |
Definition at line 655 of file LLVMContextImpl.h.
1.8.6