Searched refs:getRawScope (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 334 : Scope(L->getRawScope()), InlinedAt(L->getRawInlinedAt()), 344 Scope == RHS->getRawScope() && InlinedAt == RHS->getRawInlinedAt() && 636 Line(N->getLine()), Scope(N->getRawScope()), 646 Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() && 697 Scope(N->getRawScope()), SizeInBits(N->getRawSizeInBits()), 720 Line == RHS->getLine() && Scope == RHS->getRawScope() && 760 return isODRMember(LHS->getTag(), LHS->getRawScope(), LHS->getRawName(), 778 Scope == RHS->getRawScope(); 829 Line(N->getLine()), Scope(N->getRawScope()), 847 Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() && [all …]
|
| H A D | Verifier.cpp | 1137 CheckDI(N.getRawScope() && isa<DILocalScope>(N.getRawScope()), in visitDILocation() 1138 "location requires a valid scope", &N, N.getRawScope()); in visitDILocation() 1141 if (auto *SP = dyn_cast<DISubprogram>(N.getRawScope())) in visitDILocation() 1314 CheckDI(isScope(N.getRawScope()), "invalid scope", &N, N.getRawScope()); in visitDIDerivedType() 1363 CheckDI(isScope(N.getRawScope()), "invalid scope", &N, N.getRawScope()); in visitDICompositeType() 1516 CheckDI(isScope(N.getRawScope()), "invalid scope", &N, N.getRawScope()); in visitDISubprogram() 1552 auto *CT = dyn_cast_or_null<DICompositeType>(N.getRawScope()); in visitDISubprogram() 1581 CheckDI(N.getRawScope() && isa<DILocalScope>(N.getRawScope()), in visitDILexicalBlockBase() 1582 "invalid local scope", &N, N.getRawScope()); in visitDILexicalBlockBase() 1583 if (auto *SP = dyn_cast<DISubprogram>(N.getRawScope())) in visitDILexicalBlockBase() [all …]
|
| H A D | AsmWriter.cpp | 2129 Printer.printMetadata("scope", DL->getRawScope(), /* ShouldSkipNull */ false); in writeDILocation() 2291 Printer.printMetadata("scope", N->getRawScope()); in writeDIDerivedType() 2323 Printer.printMetadata("scope", N->getRawScope()); in writeDISubrangeType() 2344 Printer.printMetadata("scope", N->getRawScope()); in writeDICompositeType() 2442 Printer.printMetadata("scope", N->getRawScope(), /* ShouldSkipNull */ false); in writeDISubprogram() 2469 Printer.printMetadata("scope", N->getRawScope(), /* ShouldSkipNull */ false); in writeDILexicalBlock() 2481 Printer.printMetadata("scope", N->getRawScope(), /* ShouldSkipNull */ false); in writeDILexicalBlockFile() 2493 Printer.printMetadata("scope", N->getRawScope(), /* ShouldSkipNull */ false); in writeDINamespace() 2502 Printer.printMetadata("scope", N->getRawScope(), false); in writeDICommonBlock() 2535 Printer.printMetadata("scope", N->getRawScope(), /* ShouldSkipNull */ false); in writeDIModule() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 760 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); } in getScope() 763 Metadata *getRawScope() const { return getOperand(1); } in getRawScope() function 2418 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); } in getScope() 2460 Metadata *getRawScope() const { return getOperand(1); } in getRawScope() function 2537 return getTemporary(getContext(), getLine(), getColumn(), getRawScope(), in cloneImpl() 2586 DILocalScope *getScope() const { return cast<DILocalScope>(getRawScope()); } in getScope() 2794 Metadata *getRawScope() const { return getOperand(0); } in getRawScope() function 2813 DILocalScope *getScope() const { return cast<DILocalScope>(getRawScope()); } in getScope() 2815 Metadata *getRawScope() const { return getOperand(1); } in getRawScope() function 3048 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); } in getScope() [all …]
|