Searched refs:getRawScope (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | LLVMContextImpl.h | 290 : Line(L->getLine()), Column(L->getColumn()), Scope(L->getRawScope()), 295 Scope == RHS->getRawScope() && InlinedAt == RHS->getRawInlinedAt() && 430 Line(N->getLine()), Scope(N->getRawScope()), 439 Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() && 473 return isODRMember(LHS->getTag(), LHS->getRawScope(), LHS->getRawName(), 491 Scope == RHS->getRawScope(); 527 Line(N->getLine()), Scope(N->getRawScope()), 539 Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() && 641 : Scope(N->getRawScope()), Name(N->getRawName()), 654 return Scope == RHS->getRawScope() && Name == RHS->getRawName() && [all …]
|
D | Verifier.cpp | 875 AssertDI(N.getRawScope() && isa<DILocalScope>(N.getRawScope()), in visitDILocation() 876 "location requires a valid scope", &N, N.getRawScope()); in visitDILocation() 879 if (auto *SP = dyn_cast<DISubprogram>(N.getRawScope())) in visitDILocation() 936 AssertDI(isScope(N.getRawScope()), "invalid scope", &N, N.getRawScope()); in visitDIDerivedType() 978 AssertDI(isScope(N.getRawScope()), "invalid scope", &N, N.getRawScope()); in visitDICompositeType() 1105 AssertDI(isScope(N.getRawScope()), "invalid scope", &N, N.getRawScope()); in visitDISubprogram() 1159 AssertDI(N.getRawScope() && isa<DILocalScope>(N.getRawScope()), in visitDILexicalBlockBase() 1160 "invalid local scope", &N, N.getRawScope()); in visitDILexicalBlockBase() 1161 if (auto *SP = dyn_cast<DISubprogram>(N.getRawScope())) in visitDILexicalBlockBase() 1178 if (auto *S = N.getRawScope()) in visitDICommonBlock() [all …]
|
D | AsmWriter.cpp | 1795 Printer.printMetadata("scope", DL->getRawScope(), /* ShouldSkipNull */ false); in writeDILocation() 1853 Printer.printMetadata("scope", N->getRawScope()); in writeDIDerivedType() 1876 Printer.printMetadata("scope", N->getRawScope()); in writeDICompositeType() 1958 Printer.printMetadata("scope", N->getRawScope(), /* ShouldSkipNull */ false); in writeDISubprogram() 1983 Printer.printMetadata("scope", N->getRawScope(), /* ShouldSkipNull */ false); in writeDILexicalBlock() 1997 Printer.printMetadata("scope", N->getRawScope(), /* ShouldSkipNull */ false); in writeDILexicalBlockFile() 2010 Printer.printMetadata("scope", N->getRawScope(), /* ShouldSkipNull */ false); in writeDINamespace() 2020 Printer.printMetadata("scope", N->getRawScope(), false); in writeDICommonBlock() 2056 Printer.printMetadata("scope", N->getRawScope(), /* ShouldSkipNull */ false); in writeDIModule() 2099 Printer.printMetadata("scope", N->getRawScope(), /* ShouldSkipNull */ false); in writeDIGlobalVariable() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 628 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); } in getScope() 632 Metadata *getRawScope() const { return getOperand(1); } in getRawScope() function 1404 return getTemporary(getContext(), getLine(), getColumn(), getRawScope(), in cloneImpl() 1435 DILocalScope *getScope() const { return cast<DILocalScope>(getRawScope()); } in getScope() 1580 Metadata *getRawScope() const { return getOperand(0); } in getRawScope() function 1791 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); } in getScope() 1820 Metadata *getRawScope() const { return getOperand(1); } in getRawScope() function 1855 DILocalScope *getScope() const { return cast<DILocalScope>(getRawScope()); } in getScope() 1857 Metadata *getRawScope() const { return getOperand(1); } in getRawScope() function 2064 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); } in getScope() [all …]
|