Searched refs:isScopeRef (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/IR/ |
D | Verifier.cpp | 345 bool isScopeRef(const MDNode &N, const Metadata *MD); 727 bool Verifier::isScopeRef(const MDNode &N, const Metadata *MD) { in isScopeRef() function in Verifier 812 Assert(isScopeRef(N, N.getScope()), "invalid scope", &N, N.getScope()); in visitDIDerivedType() 842 Assert(isScopeRef(N, N.getScope()), "invalid scope", &N, N.getScope()); in visitDICompositeType() 933 Assert(isScopeRef(N, N.getRawScope()), "invalid scope", &N, N.getRawScope()); in visitDISubprogram()
|