|
LLVM 22.0.0git
|
#include "IR/LLVMContextImpl.h"
Public Member Functions | |
| MDNodeKeyImpl (Metadata *File, Metadata *Scope, MDString *Name, MDString *ConfigurationMacros, MDString *IncludePath, MDString *APINotesFile, unsigned LineNo, bool IsDecl) | |
| MDNodeKeyImpl (const DIModule *N) | |
| bool | isKeyOf (const DIModule *RHS) const |
| unsigned | getHashValue () const |
Public Attributes | |
| Metadata * | File |
| Metadata * | Scope |
| MDString * | Name |
| MDString * | ConfigurationMacros |
| MDString * | IncludePath |
| MDString * | APINotesFile |
| unsigned | LineNo |
| bool | IsDecl |
Definition at line 1135 of file LLVMContextImpl.h.
|
inline |
Definition at line 1145 of file LLVMContextImpl.h.
References APINotesFile, ConfigurationMacros, File, IncludePath, IsDecl, LineNo, Name, and Scope.
|
inline |
Definition at line 1151 of file LLVMContextImpl.h.
References APINotesFile, ConfigurationMacros, File, IncludePath, IsDecl, LineNo, N, Name, and Scope.
|
inline |
Definition at line 1167 of file LLVMContextImpl.h.
References ConfigurationMacros, llvm::hash_combine(), IncludePath, Name, and Scope.
|
inline |
Definition at line 1158 of file LLVMContextImpl.h.
References APINotesFile, ConfigurationMacros, File, IncludePath, IsDecl, LineNo, Name, RHS, and Scope.
| MDString* llvm::MDNodeKeyImpl< DIModule >::APINotesFile |
Definition at line 1141 of file LLVMContextImpl.h.
Referenced by isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
| MDString* llvm::MDNodeKeyImpl< DIModule >::ConfigurationMacros |
Definition at line 1139 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
| Metadata* llvm::MDNodeKeyImpl< DIModule >::File |
Definition at line 1136 of file LLVMContextImpl.h.
Referenced by isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
| MDString* llvm::MDNodeKeyImpl< DIModule >::IncludePath |
Definition at line 1140 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
| bool llvm::MDNodeKeyImpl< DIModule >::IsDecl |
Definition at line 1143 of file LLVMContextImpl.h.
Referenced by isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
| unsigned llvm::MDNodeKeyImpl< DIModule >::LineNo |
Definition at line 1142 of file LLVMContextImpl.h.
Referenced by isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
| MDString* llvm::MDNodeKeyImpl< DIModule >::Name |
Definition at line 1138 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
| Metadata* llvm::MDNodeKeyImpl< DIModule >::Scope |
Definition at line 1137 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().