Searched refs:CheckDI (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Verifier.cpp | 668 #define CheckDI(C, ...) \ macro 679 CheckDI(I.DebugMarker->MarkedInstr == &I, in visitDbgRecords() 681 CheckDI(!isa<PHINode>(&I) || !I.hasDbgRecords(), in visitDbgRecords() 684 CheckDI(DR.getMarker() == I.DebugMarker, in visitDbgRecords() 900 CheckDI(false, "!dbg attachment of global variable must be a " in visitGlobalVariable() 1019 CheckDI(NMD.getName() == "llvm.dbg.cu", in visitNamedMDNode() 1023 CheckDI(MD && isa<DICompileUnit>(MD), "invalid compile unit", &NMD, MD); in visitNamedMDNode() 1058 CheckDI(!isa<DILocation>(Op) || AllowLocs == AreDebugLocsAllowed::Yes, in visitMDNode() 1130 CheckDI(N.getRawScope() && isa<DILocalScope>(N.getRawScope()), in visitDILocation() 1133 CheckDI(isa<DILocation>(IA), "inlined-at should be a location", &N, IA); in visitDILocation() [all …]
|