Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DVerifier.cpp614 #define CheckDI(C, ...) \ macro
787 CheckDI(false, "!dbg attachment of global variable must be a " in visitGlobalVariable()
912 CheckDI(NMD.getName() == "llvm.dbg.cu", in visitNamedMDNode()
916 CheckDI(MD && isa<DICompileUnit>(MD), "invalid compile unit", &NMD, MD); in visitNamedMDNode()
951 CheckDI(!isa<DILocation>(Op) || AllowLocs == AreDebugLocsAllowed::Yes, in visitMDNode()
1015 CheckDI(N.getRawScope() && isa<DILocalScope>(N.getRawScope()), in visitDILocation()
1018 CheckDI(isa<DILocation>(IA), "inlined-at should be a location", &N, IA); in visitDILocation()
1020 CheckDI(SP->isDefinition(), "scope points into the type hierarchy", &N); in visitDILocation()
1024 CheckDI(N.getTag(), "invalid tag", &N); in visitGenericDINode()
1029 CheckDI(isa<DIFile>(F), "invalid file", &N, F); in visitDIScope()
[all …]