Searched refs:getRawScope (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/IR/
H A DLLVMContextImpl.h255 : Line(L->getLine()), Column(L->getColumn()), Scope(L->getRawScope()),
260 Scope == RHS->getRawScope() && InlinedAt == RHS->getRawInlinedAt();
365 Line(N->getLine()), Scope(N->getRawScope()),
373 Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() &&
402 return isODRMember(LHS->getTag(), LHS->getRawScope(), LHS->getRawName(),
420 Scope == RHS->getRawScope();
454 Line(N->getLine()), Scope(N->getRawScope()),
465 Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() &&
555 : Scope(N->getRawScope()), Name(N->getRawName()),
567 return Scope == RHS->getRawScope()
[all...]
H A DVerifier.cpp796 AssertDI(N.getRawScope() && isa<DILocalScope>(N.getRawScope()),
797 "location requires a valid scope", &N, N.getRawScope());
847 AssertDI(isScope(N.getRawScope()), "invalid scope", &N, N.getRawScope());
877 AssertDI(isScope(N.getRawScope()), "invalid scope", &N, N.getRawScope());
969 AssertDI(isScope(N.getRawScope()), "invalid scope", &N, N.getRawScope());
1006 AssertDI(N.getRawScope()
[all...]
H A DAsmWriter.cpp1575 Printer.printMetadata("scope", DL->getRawScope(), /* ShouldSkipNull */ false);
1619 Printer.printMetadata("scope", N->getRawScope());
1639 Printer.printMetadata("scope", N->getRawScope());
1710 Printer.printMetadata("scope", N->getRawScope(), /* ShouldSkipNull */ false);
1738 Printer.printMetadata("scope", N->getRawScope(), /* ShouldSkipNull */ false);
1752 Printer.printMetadata("scope", N->getRawScope(), /* ShouldSkipNull */ false);
1765 Printer.printMetadata("scope", N->getRawScope(), /* ShouldSkipNull */ false);
1799 Printer.printMetadata("scope", N->getRawScope(), /* ShouldSkipNull */ false);
1842 Printer.printMetadata("scope", N->getRawScope(), /* ShouldSkipNull */ false);
1860 Printer.printMetadata("scope", N->getRawScope(), /* ShouldSkipNul
[all...]
/external/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h553 DIScopeRef getScope() const { return DIScopeRef(getRawScope()); }
557 Metadata *getRawScope() const { return getOperand(1); } function in class:llvm::DIType
1195 return getTemporary(getContext(), getLine(), getColumn(), getRawScope(),
1217 DILocalScope *getScope() const { return cast<DILocalScope>(getRawScope()); }
1259 Metadata *getRawScope() const { return getOperand(0); } function in class:llvm::DICompileUnit::DILocation
1422 DIScopeRef getScope() const { return DIScopeRef(getRawScope()); }
1454 Metadata *getRawScope() const { return getOperand(1); }
1480 DILocalScope *getScope() const { return cast<DILocalScope>(getRawScope()); }
1482 Metadata *getRawScope() const { return getOperand(1); }
1638 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); }
1839 Metadata *getRawScope() const { return getOperand(0); } function in class:llvm::DICompileUnit::DIVariable
2289 Metadata *getRawScope() const { return getOperand(0); } function in class:llvm::DICompileUnit::DIImportedEntity
[all...]

Completed in 160 milliseconds