LLVM
8.0.1
|
#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. More... | |
Definition at line 688 of file LLVMContextImpl.h.
Definition at line 689 of file LLVMContextImpl.h.
|
inlinestatic |
Subprograms compare equal if they declare the same function in an ODR type.
Definition at line 704 of file LLVMContextImpl.h.
|
inlinestatic |
|
inlinestatic |
Definition at line 696 of file LLVMContextImpl.h.