Searched refs:visitMDNode (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Verifier.cpp | 503 void visitMDNode(const MDNode &MD, AreDebugLocsAllowed AllowLocs); 688 visitMDNode(*Loc, AreDebugLocsAllowed::Yes); in visitDbgRecords() 1028 visitMDNode(*MD, AreDebugLocsAllowed::Yes); in visitNamedMDNode() 1032 void Verifier::visitMDNode(const MDNode &MD, AreDebugLocsAllowed AllowLocs) { in visitMDNode() function in Verifier 1061 visitMDNode(*N, AllowLocs); in visitMDNode() 1109 visitMDNode(*N, AreDebugLocsAllowed::No); in visitMetadataAsValue() 2906 visitMDNode(*I.second, AreDebugLocsAllowed::Yes); in visitFunction() 2967 visitMDNode(*I.second, AllowLocs); in visitFunction() 5248 visitMDNode(*N, AreDebugLocsAllowed::Yes); in visitInstruction() 5264 visitMDNode(*Attachment.second, AllowLocs); in visitInstruction() [all …]
|