|
LLVM
4.0.0
|
#include <LLVMContextImpl.h>
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 | |
| Metadata * | Scope |
| MDString * | Name |
| MDString * | ConfigurationMacros |
| MDString * | IncludePath |
| MDString * | ISysRoot |
Definition at line 707 of file LLVMContextImpl.h.
|
inline |
Definition at line 713 of file LLVMContextImpl.h.
|
inline |
Definition at line 717 of file LLVMContextImpl.h.
|
inline |
Definition at line 728 of file LLVMContextImpl.h.
References llvm::hash_combine().
|
inline |
Definition at line 722 of file LLVMContextImpl.h.
References llvm::DIModule::getRawConfigurationMacros(), llvm::DIModule::getRawIncludePath(), llvm::DIModule::getRawISysRoot(), llvm::DIModule::getRawName(), and llvm::DIModule::getRawScope().
| MDString* llvm::MDNodeKeyImpl< DIModule >::ConfigurationMacros |
Definition at line 710 of file LLVMContextImpl.h.
| MDString* llvm::MDNodeKeyImpl< DIModule >::IncludePath |
Definition at line 711 of file LLVMContextImpl.h.
| MDString* llvm::MDNodeKeyImpl< DIModule >::ISysRoot |
Definition at line 712 of file LLVMContextImpl.h.
| MDString* llvm::MDNodeKeyImpl< DIModule >::Name |
Definition at line 709 of file LLVMContextImpl.h.
| Metadata* llvm::MDNodeKeyImpl< DIModule >::Scope |
Definition at line 708 of file LLVMContextImpl.h.
1.8.6