|
LLVM
4.0.0
|
#include <LLVMContextImpl.h>
Public Types | |
| typedef MDNodeKeyImpl < DISubprogram > | KeyTy |
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 DISubprogram *RHS) |
| Subprograms compare equal if they declare the same function in an ODR type. More... | |
Definition at line 611 of file LLVMContextImpl.h.
Definition at line 612 of file LLVMContextImpl.h.
|
inlinestatic |
Subprograms compare equal if they declare the same function in an ODR type.
Definition at line 624 of file LLVMContextImpl.h.
|
inlinestatic |
Definition at line 613 of file LLVMContextImpl.h.
References llvm::MDNodeKeyImpl< DISubprogram >::IsDefinition, llvm::MDNodeKeyImpl< DISubprogram >::LinkageName, and llvm::MDNodeKeyImpl< DISubprogram >::Scope.
|
inlinestatic |
Definition at line 617 of file LLVMContextImpl.h.
1.8.6