Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h963 ContainingType(N->getRawContainingType()),
980 ContainingType == RHS->getRawContainingType() &&
H A DVerifier.cpp1523 CheckDI(isType(N.getRawContainingType()), "invalid containing type", &N, in visitDISubprogram()
1524 N.getRawContainingType()); in visitDISubprogram()
H A DAsmWriter.cpp2447 Printer.printMetadata("containingType", N->getRawContainingType()); in writeDISubprogram()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2429 return cast_or_null<DIType>(getRawContainingType()); in getContainingType()
2467 Metadata *getRawContainingType() const { in getRawContainingType() function