LLVM 20.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 195 of file LLVMContextImpl.h.
|
inline |
Definition at line 200 of file LLVMContextImpl.h.
|
inline |
Definition at line 202 of file LLVMContextImpl.h.
Definition at line 210 of file LLVMContextImpl.h.
References operator==().
Definition at line 206 of file LLVMContextImpl.h.
References IntParams, Name, and TypeParams.
Referenced by operator!=().
Definition at line 198 of file LLVMContextImpl.h.
Referenced by operator==().
StringRef llvm::TargetExtTypeKeyInfo::KeyTy::Name |
Definition at line 196 of file LLVMContextImpl.h.
Referenced by operator==().
Definition at line 197 of file LLVMContextImpl.h.
Referenced by operator==().