Lines Matching refs:AreDebugLocsAllowed
445 enum class AreDebugLocsAllowed { No, Yes }; enum in __anone3a6d1260111::Verifier
456 void visitMDNode(const MDNode &MD, AreDebugLocsAllowed AllowLocs);
892 visitMDNode(*MD, AreDebugLocsAllowed::Yes); in visitNamedMDNode()
896 void Verifier::visitMDNode(const MDNode &MD, AreDebugLocsAllowed AllowLocs) { in visitMDNode()
922 CheckDI(!isa<DILocation>(Op) || AllowLocs == AreDebugLocsAllowed::Yes, in visitMDNode()
968 visitMDNode(*N, AreDebugLocsAllowed::No); in visitMetadataAsValue()
2600 visitMDNode(*I.second, AreDebugLocsAllowed::Yes); in visitFunction()
2624 auto AllowLocs = AreDebugLocsAllowed::No; in visitFunction()
2643 AllowLocs = AreDebugLocsAllowed::Yes; in visitFunction()
4799 visitMDNode(*N, AreDebugLocsAllowed::Yes); in visitInstruction()
4813 ? AreDebugLocsAllowed::Yes in visitInstruction()
4814 : AreDebugLocsAllowed::No; in visitInstruction()