Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMContextImpl.h713 ContainingType(N->getRawContainingType()),
727 ContainingType == RHS->getRawContainingType() &&
H A DVerifier.cpp1247 AssertDI(isType(N.getRawContainingType()), "invalid containing type", &N, in visitDISubprogram()
1248 N.getRawContainingType()); in visitDISubprogram()
H A DAsmWriter.cpp2161 Printer.printMetadata("containingType", N->getRawContainingType()); in writeDISubprogram()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2010 return cast_or_null<DIType>(getRawContainingType()); in getContainingType()
2037 Metadata *getRawContainingType() const { in getRawContainingType() function