LLVM 18.0.0git
|
#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 922 of file LLVMContextImpl.h.
|
inline |
Definition at line 927 of file LLVMContextImpl.h.
|
inline |
Definition at line 929 of file LLVMContextImpl.h.
|
inline |
Definition at line 938 of file LLVMContextImpl.h.
References llvm::hash_combine(), and Name.
|
inline |
Definition at line 933 of file LLVMContextImpl.h.
bool llvm::MDNodeKeyImpl< DINamespace >::ExportSymbols |
Definition at line 925 of file LLVMContextImpl.h.
MDString* llvm::MDNodeKeyImpl< DINamespace >::Name |
Definition at line 924 of file LLVMContextImpl.h.
Metadata* llvm::MDNodeKeyImpl< DINamespace >::Scope |
Definition at line 923 of file LLVMContextImpl.h.