LLVM 20.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 935 of file LLVMContextImpl.h.
|
inline |
Definition at line 940 of file LLVMContextImpl.h.
|
inline |
Definition at line 942 of file LLVMContextImpl.h.
|
inline |
Definition at line 951 of file LLVMContextImpl.h.
References llvm::hash_combine(), and Name.
|
inline |
Definition at line 946 of file LLVMContextImpl.h.
bool llvm::MDNodeKeyImpl< DINamespace >::ExportSymbols |
Definition at line 938 of file LLVMContextImpl.h.
MDString* llvm::MDNodeKeyImpl< DINamespace >::Name |
Definition at line 937 of file LLVMContextImpl.h.
Metadata* llvm::MDNodeKeyImpl< DINamespace >::Scope |
Definition at line 936 of file LLVMContextImpl.h.