|
LLVM 23.0.0git
|
#include "IR/LLVMContextImpl.h"
Public Member Functions | |
| KeyTy (StringRef N, const ArrayRef< Type * > &TP, const ArrayRef< unsigned > &IP) | |
| KeyTy (const TargetExtType *TT) | |
| bool | operator== (const KeyTy &that) const |
| bool | operator!= (const KeyTy &that) const |
Public Attributes | |
| StringRef | Name |
| ArrayRef< Type * > | TypeParams |
| ArrayRef< unsigned > | IntParams |
Definition at line 182 of file LLVMContextImpl.h.
|
inline |
Definition at line 187 of file LLVMContextImpl.h.
References IntParams, N, Name, and TypeParams.
Referenced by operator!=(), and operator==().
|
inline |
Definition at line 189 of file LLVMContextImpl.h.
References getName(), IntParams, Name, and TypeParams.
Definition at line 197 of file LLVMContextImpl.h.
References KeyTy(), and operator==().
Definition at line 193 of file LLVMContextImpl.h.
References IntParams, KeyTy(), Name, and TypeParams.
Referenced by operator!=().
Definition at line 185 of file LLVMContextImpl.h.
Referenced by KeyTy(), KeyTy(), and operator==().
| StringRef llvm::TargetExtTypeKeyInfo::KeyTy::Name |
Definition at line 183 of file LLVMContextImpl.h.
Referenced by KeyTy(), KeyTy(), and operator==().
Definition at line 184 of file LLVMContextImpl.h.
Referenced by KeyTy(), KeyTy(), and operator==().