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

  /external/llvm/lib/IR/
LLVMContextImpl.h 243 : Line(L->getLine()), Column(L->getColumn()), Scope(L->getRawScope()),
248 Scope == RHS->getRawScope() && InlinedAt == RHS->getRawInlinedAt();
353 Line(N->getLine()), Scope(N->getRawScope()),
361 Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() &&
403 Line(N->getLine()), Scope(N->getRawScope()),
414 Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() &&
555 : Scope(N->getRawScope()), Name(N->getName()),
567 return Scope == RHS->getRawScope() && Name == RHS->getName() &&
599 : Scope(N->getRawScope()), File(N->getRawFile()), Line(N->getLine()),
603 return Scope == RHS->getRawScope() && File == RHS->getRawFile() &
    [all...]
Verifier.cpp 752 Assert(N.getRawScope() && isa<MDLocalScope>(N.getRawScope()),
753 "location requires a valid scope", &N, N.getRawScope());
    [all...]
AsmWriter.cpp     [all...]
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h 547 MDScopeRef getScope() const { return MDScopeRef(getRawScope()); }
551 Metadata *getRawScope() const { return getOperand(1); }
    [all...]

Completed in 61 milliseconds