Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp511 void visitMDNode(const MDNode &MD, AreDebugLocsAllowed AllowLocs);
1039 void Verifier::visitMDNode(const MDNode &MD, AreDebugLocsAllowed AllowLocs) { in visitMDNode() argument
1065 CheckDI(!isa<DILocation>(Op) || AllowLocs == AreDebugLocsAllowed::Yes, in visitMDNode()
1068 visitMDNode(*N, AllowLocs); in visitMDNode()
3076 auto AllowLocs = AreDebugLocsAllowed::No; in visitFunction() local
3095 AllowLocs = AreDebugLocsAllowed::Yes; in visitFunction()
3112 visitMDNode(*I.second, AllowLocs); in visitFunction()
5509 auto AllowLocs = in visitInstruction() local
5513 visitMDNode(*Attachment.second, AllowLocs); in visitInstruction()