LLVM
8.0.1
|
#include "IR/LLVMContextImpl.h"
Public Member Functions | |
MDNodeKeyImpl (Metadata *Scope, MDString *Name, bool ExportSymbols) | |
MDNodeKeyImpl (const DINamespace *N) | |
bool | isKeyOf (const DINamespace *RHS) const |
unsigned | getHashValue () const |
Public Attributes | |
Metadata * | Scope |
MDString * | Name |
bool | ExportSymbols |
Definition at line 771 of file LLVMContextImpl.h.
|
inline |
Definition at line 776 of file LLVMContextImpl.h.
|
inline |
Definition at line 778 of file LLVMContextImpl.h.
|
inline |
Definition at line 787 of file LLVMContextImpl.h.
References llvm::hash_combine().
|
inline |
Definition at line 782 of file LLVMContextImpl.h.
References llvm::DINamespace::getExportSymbols(), llvm::DINamespace::getRawName(), and llvm::DINamespace::getRawScope().
bool llvm::MDNodeKeyImpl< DINamespace >::ExportSymbols |
Definition at line 774 of file LLVMContextImpl.h.
MDString* llvm::MDNodeKeyImpl< DINamespace >::Name |
Definition at line 773 of file LLVMContextImpl.h.
Metadata* llvm::MDNodeKeyImpl< DINamespace >::Scope |
Definition at line 772 of file LLVMContextImpl.h.