HomeSort by relevance Sort by last modified time
    Searched refs:isDeclarationOfODRMember (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/IR/
LLVMContextImpl.h 586 // MDNodeSubsetEqualImpl::isDeclarationOfODRMember().
603 return isDeclarationOfODRMember(LHS.IsDefinition, LHS.Scope,
607 return isDeclarationOfODRMember(LHS->isDefinition(), LHS->getRawScope(),
613 static bool isDeclarationOfODRMember(bool IsDefinition, const Metadata *Scope,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
LLVMContextImpl.h 676 // MDNodeSubsetEqualImpl::isDeclarationOfODRMember().
694 return isDeclarationOfODRMember(LHS.IsDefinition, LHS.Scope,
699 return isDeclarationOfODRMember(LHS->isDefinition(), LHS->getRawScope(),
706 static bool isDeclarationOfODRMember(bool IsDefinition, const Metadata *Scope,
    [all...]

Completed in 764 milliseconds