Searched refs:AssertDI (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp544 #define AssertDI(C, ...) \ macro
696 AssertDI(false, "!dbg attachment of global variable must be a "
776 AssertDI(NMD.getName() == "llvm.dbg.cu",
781 AssertDI(MD && isa<DICompileUnit>(MD), "invalid compile unit", &NMD, MD);
875 AssertDI(N.getRawScope() && isa<DILocalScope>(N.getRawScope()),
878 AssertDI(isa<DILocation>(IA), "inlined-at should be a location", &N, IA);
880 AssertDI(SP->isDefinition(), "scope points into the type hierarchy", &N);
884 AssertDI(N.getTag(), "invalid tag", &N);
889 AssertDI(isa<DIFile>(F), "invalid file", &N, F);
893 AssertDI(
[all...]

Completed in 103 milliseconds