Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h328 : Line(L->getLine()), Column(L->getColumn()), Scope(L->getRawScope()),
333 Scope == RHS->getRawScope() && InlinedAt == RHS->getRawInlinedAt() &&
562 Line(N->getLine()), Scope(N->getRawScope()),
572 Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() &&
608 return isODRMember(LHS->getTag(), LHS->getRawScope(), LHS->getRawName(),
626 Scope == RHS->getRawScope();
671 Line(N->getLine()), Scope(N->getRawScope()),
686 Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() &&
794 : Scope(N->getRawScope()), Name(N->getRawName()),
809 return Scope == RHS->getRawScope() && Name == RHS->getRawName() &&
[all …]
H A DVerifier.cpp1130 CheckDI(N.getRawScope() && isa<DILocalScope>(N.getRawScope()), in visitDILocation()
1131 "location requires a valid scope", &N, N.getRawScope()); in visitDILocation()
1134 if (auto *SP = dyn_cast<DISubprogram>(N.getRawScope())) in visitDILocation()
1256 CheckDI(isScope(N.getRawScope()), "invalid scope", &N, N.getRawScope()); in visitDIDerivedType()
1299 CheckDI(isScope(N.getRawScope()), "invalid scope", &N, N.getRawScope()); in visitDICompositeType()
1445 CheckDI(isScope(N.getRawScope()), "invalid scope", &N, N.getRawScope()); in visitDISubprogram()
1481 auto *CT = dyn_cast_or_null<DICompositeType>(N.getRawScope()); in visitDISubprogram()
1510 CheckDI(N.getRawScope() && isa<DILocalScope>(N.getRawScope()), in visitDILexicalBlockBase()
1511 "invalid local scope", &N, N.getRawScope()); in visitDILexicalBlockBase()
1512 if (auto *SP = dyn_cast<DISubprogram>(N.getRawScope())) in visitDILexicalBlockBase()
[all …]
H A DAsmWriter.cpp2007 Printer.printMetadata("scope", DL->getRawScope(), /* ShouldSkipNull */ false); in writeDILocation()
2163 Printer.printMetadata("scope", N->getRawScope()); in writeDIDerivedType()
2196 Printer.printMetadata("scope", N->getRawScope()); in writeDICompositeType()
2285 Printer.printMetadata("scope", N->getRawScope(), /* ShouldSkipNull */ false); in writeDISubprogram()
2311 Printer.printMetadata("scope", N->getRawScope(), /* ShouldSkipNull */ false); in writeDILexicalBlock()
2323 Printer.printMetadata("scope", N->getRawScope(), /* ShouldSkipNull */ false); in writeDILexicalBlockFile()
2335 Printer.printMetadata("scope", N->getRawScope(), /* ShouldSkipNull */ false); in writeDINamespace()
2344 Printer.printMetadata("scope", N->getRawScope(), false); in writeDICommonBlock()
2377 Printer.printMetadata("scope", N->getRawScope(), /* ShouldSkipNull */ false); in writeDIModule()
2419 Printer.printMetadata("scope", N->getRawScope(), /* ShouldSkipNull */ false); in writeDIGlobalVariable()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h754 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); } in getScope()
757 Metadata *getRawScope() const { return getOperand(1); } in getRawScope() function
1862 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); } in getScope()
1904 Metadata *getRawScope() const { return getOperand(1); } in getRawScope() function
1975 return getTemporary(getContext(), getLine(), getColumn(), getRawScope(), in cloneImpl()
1998 DILocalScope *getScope() const { return cast<DILocalScope>(getRawScope()); } in getScope()
2209 Metadata *getRawScope() const { return getOperand(0); } in getRawScope() function
2228 DILocalScope *getScope() const { return cast<DILocalScope>(getRawScope()); } in getScope()
2230 Metadata *getRawScope() const { return getOperand(1); } in getRawScope() function
2459 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); } in getScope()
[all …]