Searched refs:CheckDI (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Verifier.cpp | 677 #define CheckDI(C, ...) \ macro 688 CheckDI(I.DebugMarker->MarkedInstr == &I, in visitDbgRecords() 690 CheckDI(!isa<PHINode>(&I) || !I.hasDbgRecords(), in visitDbgRecords() 693 CheckDI(DR.getMarker() == I.DebugMarker, in visitDbgRecords() 911 CheckDI(false, "!dbg attachment of global variable must be a " in visitGlobalVariable() 1026 CheckDI(NMD.getName() == "llvm.dbg.cu", in visitNamedMDNode() 1030 CheckDI(MD && isa<DICompileUnit>(MD), "invalid compile unit", &NMD, MD); in visitNamedMDNode() 1065 CheckDI(!isa<DILocation>(Op) || AllowLocs == AreDebugLocsAllowed::Yes, in visitMDNode() 1137 CheckDI(N.getRawScope() && isa<DILocalScope>(N.getRawScope()), in visitDILocation() 1140 CheckDI(isa<DILocation>(IA), "inlined-at should be a location", &N, IA); in visitDILocation() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 6485 llvm::DILocation *CheckDI = Builder.getCurrentDebugLocation(); in SanitizerAnnotateDebugInfo() local 6491 CheckDI) { in SanitizerAnnotateDebugInfo() 6492 return getDebugInfo()->CreateSyntheticInlineAt(CheckDI, Label); in SanitizerAnnotateDebugInfo() 6496 return CheckDI; in SanitizerAnnotateDebugInfo()
|