Searched refs:getRawScope (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 500 Line(N->getLine()), Scope(N->getRawScope()), 562 Scope == RHS->getRawScope(); 607 Line(N->getLine()), Scope(N->getRawScope()), 731 : Scope(N->getRawScope()), Name(N->getRawName()), 746 return Scope == RHS->getRawScope() && Name == RHS->getRawName() && 835 return Scope == RHS->getRawScope() && File == RHS->getRawFile() && 852 : Scope(N->getRawScope()), File(N->getRawFile()), 856 return Scope == RHS->getRawScope() && File == RHS->getRawFile() && 873 : Scope(N->getRawScope()), Name(N->getRawName()), 1016 : Scope(N->getRawScope()), Name(N->getRawName()), [all …]
|
| H A D | Verifier.cpp | 986 CheckDI(N.getRawScope() && isa<DILocalScope>(N.getRawScope()), in visitDILocation() 1115 CheckDI(isScope(N.getRawScope()), "invalid scope", &N, N.getRawScope()); in visitDIDerivedType() 1158 CheckDI(isScope(N.getRawScope()), "invalid scope", &N, N.getRawScope()); in visitDICompositeType() 1304 CheckDI(isScope(N.getRawScope()), "invalid scope", &N, N.getRawScope()); in visitDISubprogram() 1358 CheckDI(N.getRawScope() && isa<DILocalScope>(N.getRawScope()), in visitDILexicalBlockBase() 1377 if (auto *S = N.getRawScope()) in visitDICommonBlock() 1385 if (auto *S = N.getRawScope()) in visitDINamespace() 1447 if (auto *S = N.getRawScope()) in visitDIVariable() 1474 CheckDI(N.getRawScope() && isa<DILocalScope>(N.getRawScope()), in visitDILocalVariable() 1481 if (auto *S = N.getRawScope()) in visitDILabel() [all …]
|
| H A D | AsmWriter.cpp | 2003 Printer.printMetadata("scope", N->getRawScope()); in writeDIDerivedType() 2026 Printer.printMetadata("scope", N->getRawScope()); in writeDICompositeType() 2115 Printer.printMetadata("scope", N->getRawScope(), /* ShouldSkipNull */ false); in writeDISubprogram() 2141 Printer.printMetadata("scope", N->getRawScope(), /* ShouldSkipNull */ false); in writeDILexicalBlock() 2153 Printer.printMetadata("scope", N->getRawScope(), /* ShouldSkipNull */ false); in writeDILexicalBlockFile() 2165 Printer.printMetadata("scope", N->getRawScope(), /* ShouldSkipNull */ false); in writeDINamespace() 2174 Printer.printMetadata("scope", N->getRawScope(), false); in writeDICommonBlock() 2207 Printer.printMetadata("scope", N->getRawScope(), /* ShouldSkipNull */ false); in writeDIModule() 2249 Printer.printMetadata("scope", N->getRawScope(), /* ShouldSkipNull */ false); in writeDIGlobalVariable() 2268 Printer.printMetadata("scope", N->getRawScope(), /* ShouldSkipNull */ false); in writeDILocalVariable() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 706 Metadata *getRawScope() const { return getOperand(1); } in getRawScope() function 1790 Metadata *getRawScope() const { return getOperand(0); } in getRawScope() function 2033 Metadata *getRawScope() const { return getOperand(1); } in getRawScope() function 2079 Metadata *getRawScope() const { return getOperand(1); } in getRawScope() function 2297 Metadata *getRawScope() const { return getOperand(1); } in getRawScope() function 2366 Metadata *getRawScope() const { return getOperand(1); } in getRawScope() function 2538 Metadata *getRawScope() const { return getOperand(0); } in getRawScope() function 3045 Metadata *getRawScope() const { return getOperand(0); } 3189 return cast_or_null<DILocalScope>(getRawScope()); 3195 Metadata *getRawScope() const { return getOperand(0); } [all …]
|