Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DLLVMContextImpl.h734 ContainingType(N->getRawContainingType()),
750 ContainingType == RHS->getRawContainingType() &&
H A DVerifier.cpp1311 CheckDI(isType(N.getRawContainingType()), "invalid containing type", &N, in visitDISubprogram()
1312 N.getRawContainingType()); in visitDISubprogram()
H A DAsmWriter.cpp2120 Printer.printMetadata("containingType", N->getRawContainingType()); in writeDISubprogram()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2003 return cast_or_null<DIType>(getRawContainingType()); in getContainingType()
2040 Metadata *getRawContainingType() const { in getRawContainingType() function