Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DVerifier.cpp340 bool isTypeRef(const MDNode &N, const Metadata *MD);
722 bool Verifier::isTypeRef(const MDNode &N, const Metadata *MD) { in isTypeRef() function in Verifier
808 Assert(isTypeRef(N, N.getExtraData()), "invalid pointer to member type", &N, in visitDIDerivedType()
813 Assert(isTypeRef(N, N.getBaseType()), "invalid base type", &N, in visitDIDerivedType()
843 Assert(isTypeRef(N, N.getBaseType()), "invalid base type", &N, in visitDICompositeType()
848 Assert(isTypeRef(N, N.getRawVTableHolder()), "invalid vtable holder", &N, in visitDICompositeType()
867 Assert(isTypeRef(N, Ty), "invalid subroutine type ref", &N, Types, Ty); in visitDISubroutineType()
936 Assert(isTypeRef(N, N.getRawContainingType()), "invalid containing type", &N, in visitDISubprogram()
1009 Assert(isTypeRef(N, N.getType()), "invalid type ref", &N, N.getType()); in visitDITemplateParameter()
1032 Assert(isTypeRef(N, N.getRawType()), "invalid type ref", &N, N.getRawType()); in visitDIVariable()
[all …]