Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DLLVMContextImpl.h713 ContainingType(N->getRawContainingType()),
727 ContainingType == RHS->getRawContainingType() &&
DVerifier.cpp1250 AssertDI(isType(N.getRawContainingType()), "invalid containing type", &N, in visitDISubprogram()
1251 N.getRawContainingType()); in visitDISubprogram()
DAsmWriter.cpp2150 Printer.printMetadata("containingType", N->getRawContainingType()); in writeDISubprogram()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DDebugInfoMetadata.h2012 return cast_or_null<DIType>(getRawContainingType()); in getContainingType()
2039 Metadata *getRawContainingType() const { in getRawContainingType() function