Searched refs:AssertDI (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/ |
| D | Verifier.cpp | 587 #define AssertDI(C, ...) \ macro 739 AssertDI(false, "!dbg attachment of global variable must be a " in visitGlobalVariable() 823 AssertDI(NMD.getName() == "llvm.dbg.cu", in visitNamedMDNode() 828 AssertDI(MD && isa<DICompileUnit>(MD), "invalid compile unit", &NMD, MD); in visitNamedMDNode() 863 AssertDI(!isa<DILocation>(Op) || AllowLocs == AreDebugLocsAllowed::Yes, in visitMDNode() 927 AssertDI(N.getRawScope() && isa<DILocalScope>(N.getRawScope()), in visitDILocation() 930 AssertDI(isa<DILocation>(IA), "inlined-at should be a location", &N, IA); in visitDILocation() 932 AssertDI(SP->isDefinition(), "scope points into the type hierarchy", &N); in visitDILocation() 936 AssertDI(N.getTag(), "invalid tag", &N); in visitGenericDINode() 941 AssertDI(isa<DIFile>(F), "invalid file", &N, F); in visitDIScope() [all …]
|