LLVM 22.0.0git
|
#include "IR/LLVMContextImpl.h"
Public Types | |
using | KeyTy = MDNodeKeyImpl<DIDerivedType> |
Static Public Member Functions | |
static bool | isSubsetEqual (const KeyTy &LHS, const DIDerivedType *RHS) |
static bool | isSubsetEqual (const DIDerivedType *LHS, const DIDerivedType *RHS) |
static bool | isODRMember (unsigned Tag, const Metadata *Scope, const MDString *Name, const DIDerivedType *RHS) |
Subprograms compare equal if they declare the same function in an ODR type. |
Definition at line 736 of file LLVMContextImpl.h.
using llvm::MDNodeSubsetEqualImpl< DIDerivedType >::KeyTy = MDNodeKeyImpl<DIDerivedType> |
Definition at line 737 of file LLVMContextImpl.h.
|
inlinestatic |
Subprograms compare equal if they declare the same function in an ODR type.
Definition at line 751 of file LLVMContextImpl.h.
References llvm::dyn_cast_or_null(), RHS, and llvm::Tag.
Referenced by isSubsetEqual(), and isSubsetEqual().
|
inlinestatic |
Definition at line 743 of file LLVMContextImpl.h.
References isODRMember(), LHS, and RHS.
|
inlinestatic |
Definition at line 739 of file LLVMContextImpl.h.
References isODRMember(), LHS, and RHS.