Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DVerifier.cpp330 bool isScopeRef(const MDNode &N, const Metadata *MD);
718 bool Verifier::isScopeRef(const MDNode &N, const Metadata *MD) { in isScopeRef() function in Verifier
786 Assert(isScopeRef(N, N.getScope()), "invalid scope", &N, N.getScope()); in visitMDDerivedTypeBase()
935 Assert(isScopeRef(N, N.getRawScope()), "invalid scope", &N, N.getRawScope()); in visitMDSubprogram()