Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/IR/
H A DVerifier.cpp457 void visitMDNode(const MDNode &MD, AreDebugLocsAllowed AllowLocs);
925 void Verifier::visitMDNode(const MDNode &MD, AreDebugLocsAllowed AllowLocs) { in visitMDNode() argument
951 CheckDI(!isa<DILocation>(Op) || AllowLocs == AreDebugLocsAllowed::Yes, in visitMDNode()
954 visitMDNode(*N, AllowLocs); in visitMDNode()
2667 auto AllowLocs = AreDebugLocsAllowed::No; in visitFunction() local
2686 AllowLocs = AreDebugLocsAllowed::Yes; in visitFunction()
2703 visitMDNode(*I.second, AllowLocs); in visitFunction()
4903 auto AllowLocs = in visitInstruction() local
4907 visitMDNode(*Attachment.second, AllowLocs); in visitInstruction()