Searched refs:getRawScope (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 557 Line(N->getLine()), Scope(N->getRawScope()), 619 Scope == RHS->getRawScope(); 664 Line(N->getLine()), Scope(N->getRawScope()), 787 : Scope(N->getRawScope()), Name(N->getRawName()), 802 return Scope == RHS->getRawScope() && Name == RHS->getRawName() && 891 return Scope == RHS->getRawScope() && File == RHS->getRawFile() && 908 : Scope(N->getRawScope()), File(N->getRawFile()), 912 return Scope == RHS->getRawScope() && File == RHS->getRawFile() && 929 : Scope(N->getRawScope()), Name(N->getRawName()), 1072 : Scope(N->getRawScope()), Name(N->getRawName()), [all …]
|
| H A D | Verifier.cpp | 1080 CheckDI(N.getRawScope() && isa<DILocalScope>(N.getRawScope()), in visitDILocation() 1210 CheckDI(isScope(N.getRawScope()), "invalid scope", &N, N.getRawScope()); in visitDIDerivedType() 1253 CheckDI(isScope(N.getRawScope()), "invalid scope", &N, N.getRawScope()); in visitDICompositeType() 1401 CheckDI(isScope(N.getRawScope()), "invalid scope", &N, N.getRawScope()); in visitDISubprogram() 1466 CheckDI(N.getRawScope() && isa<DILocalScope>(N.getRawScope()), in visitDILexicalBlockBase() 1485 if (auto *S = N.getRawScope()) in visitDICommonBlock() 1493 if (auto *S = N.getRawScope()) in visitDINamespace() 1548 if (auto *S = N.getRawScope()) in visitDIVariable() 1575 CheckDI(N.getRawScope() && isa<DILocalScope>(N.getRawScope()), in visitDILocalVariable() 1587 if (auto *S = N.getRawScope()) in visitDILabel() [all …]
|
| H A D | AsmWriter.cpp | 2086 Printer.printMetadata("scope", N->getRawScope()); in writeDIDerivedType() 2109 Printer.printMetadata("scope", N->getRawScope()); in writeDICompositeType() 2198 Printer.printMetadata("scope", N->getRawScope(), /* ShouldSkipNull */ false); in writeDISubprogram() 2224 Printer.printMetadata("scope", N->getRawScope(), /* ShouldSkipNull */ false); in writeDILexicalBlock() 2236 Printer.printMetadata("scope", N->getRawScope(), /* ShouldSkipNull */ false); in writeDILexicalBlockFile() 2248 Printer.printMetadata("scope", N->getRawScope(), /* ShouldSkipNull */ false); in writeDINamespace() 2257 Printer.printMetadata("scope", N->getRawScope(), false); in writeDICommonBlock() 2290 Printer.printMetadata("scope", N->getRawScope(), /* ShouldSkipNull */ false); in writeDIModule() 2332 Printer.printMetadata("scope", N->getRawScope(), /* ShouldSkipNull */ false); in writeDIGlobalVariable() 2351 Printer.printMetadata("scope", N->getRawScope(), /* ShouldSkipNull */ false); in writeDILocalVariable() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 756 Metadata *getRawScope() const { return getOperand(1); } in getRawScope() function 1846 Metadata *getRawScope() const { return getOperand(1); } in getRawScope() function 2144 Metadata *getRawScope() const { return getOperand(0); } in getRawScope() function 2165 Metadata *getRawScope() const { return getOperand(1); } in getRawScope() function 2397 Metadata *getRawScope() const { return getOperand(1); } in getRawScope() function 2466 Metadata *getRawScope() const { return getOperand(1); } in getRawScope() function 2641 Metadata *getRawScope() const { return getOperand(0); } in getRawScope() function 3231 Metadata *getRawScope() const { return getOperand(0); } 3374 return cast_or_null<DILocalScope>(getRawScope()); 3380 Metadata *getRawScope() const { return getOperand(0); } [all …]
|