LLVM
8.0.1
|
#include "IR/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 792 of file LLVMContextImpl.h.
|
inline |
Definition at line 799 of file LLVMContextImpl.h.
|
inline |
Definition at line 803 of file LLVMContextImpl.h.
|
inline |
Definition at line 815 of file LLVMContextImpl.h.
References llvm::hash_combine().
|
inline |
Definition at line 808 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 795 of file LLVMContextImpl.h.
MDString* llvm::MDNodeKeyImpl< DIModule >::IncludePath |
Definition at line 796 of file LLVMContextImpl.h.
MDString* llvm::MDNodeKeyImpl< DIModule >::ISysRoot |
Definition at line 797 of file LLVMContextImpl.h.
MDString* llvm::MDNodeKeyImpl< DIModule >::Name |
Definition at line 794 of file LLVMContextImpl.h.
Metadata* llvm::MDNodeKeyImpl< DIModule >::Scope |
Definition at line 793 of file LLVMContextImpl.h.