Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDLLVMContextImpl.h644 ContainingType(N->getRawContainingType()),
658 ContainingType == RHS->getRawContainingType() &&
HDVerifier.cpp1112 AssertDI(isType(N.getRawContainingType()), "invalid containing type", &N, in visitDISubprogram()
1113 N.getRawContainingType()); in visitDISubprogram()
HDAsmWriter.cpp1963 Printer.printMetadata("containingType", N->getRawContainingType()); in writeDISubprogram()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDDebugInfoMetadata.h1800 return cast_or_null<DIType>(getRawContainingType()); in getContainingType()
1827 Metadata *getRawContainingType() const { in getRawContainingType() function