Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp447 void visitMDNode(const MDNode &MD, AreDebugLocsAllowed AllowLocs);
834 void Verifier::visitMDNode(const MDNode &MD, AreDebugLocsAllowed AllowLocs) { in visitMDNode() argument
860 AssertDI(!isa<DILocation>(Op) || AllowLocs == AreDebugLocsAllowed::Yes, in visitMDNode()
863 visitMDNode(*N, AllowLocs); in visitMDNode()
2575 auto AllowLocs = AreDebugLocsAllowed::No; in visitFunction() local
2594 AllowLocs = AreDebugLocsAllowed::Yes; in visitFunction()
2605 visitMDNode(*I.second, AllowLocs); in visitFunction()
4565 auto AllowLocs = in visitInstruction() local
4569 visitMDNode(*Attachment.second, AllowLocs); in visitInstruction()