LLVM 20.0.0git
|
#include "IR/LLVMContextImpl.h"
Public Types | |
using | KeyTy = MDNodeKeyImpl< DISubprogram > |
Static Public Member Functions | |
static bool | isSubsetEqual (const KeyTy &LHS, const DISubprogram *RHS) |
static bool | isSubsetEqual (const DISubprogram *LHS, const DISubprogram *RHS) |
static bool | isDeclarationOfODRMember (bool IsDefinition, const Metadata *Scope, const MDString *LinkageName, const Metadata *TemplateParams, const DISubprogram *RHS) |
Subprograms compare equal if they declare the same function in an ODR type. | |
Definition at line 852 of file LLVMContextImpl.h.
using llvm::MDNodeSubsetEqualImpl< DISubprogram >::KeyTy = MDNodeKeyImpl<DISubprogram> |
Definition at line 853 of file LLVMContextImpl.h.
|
inlinestatic |
Subprograms compare equal if they declare the same function in an ODR type.
Definition at line 868 of file LLVMContextImpl.h.
References llvm::LinkageName, and RHS.
|
inlinestatic |
Definition at line 860 of file LLVMContextImpl.h.
|
inlinestatic |
Definition at line 855 of file LLVMContextImpl.h.