Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp487 void visitMDNode(const MDNode &MD, AreDebugLocsAllowed AllowLocs);
982 void Verifier::visitMDNode(const MDNode &MD, AreDebugLocsAllowed AllowLocs) { in visitMDNode() argument
1008 CheckDI(!isa<DILocation>(Op) || AllowLocs == AreDebugLocsAllowed::Yes, in visitMDNode()
1011 visitMDNode(*N, AllowLocs); in visitMDNode()
2802 auto AllowLocs = AreDebugLocsAllowed::No; in visitFunction() local
2821 AllowLocs = AreDebugLocsAllowed::Yes; in visitFunction()
2838 visitMDNode(*I.second, AllowLocs); in visitFunction()
5085 auto AllowLocs = in visitInstruction() local
5089 visitMDNode(*Attachment.second, AllowLocs); in visitInstruction()