Lines Matching refs:AreDebugLocsAllowed
492 enum class AreDebugLocsAllowed { No, Yes }; enum in __anon93d097f60111::Verifier
503 void visitMDNode(const MDNode &MD, AreDebugLocsAllowed AllowLocs);
688 visitMDNode(*Loc, AreDebugLocsAllowed::Yes); in visitDbgRecords()
1028 visitMDNode(*MD, AreDebugLocsAllowed::Yes); in visitNamedMDNode()
1032 void Verifier::visitMDNode(const MDNode &MD, AreDebugLocsAllowed AllowLocs) { in visitMDNode()
1058 CheckDI(!isa<DILocation>(Op) || AllowLocs == AreDebugLocsAllowed::Yes, in visitMDNode()
1109 visitMDNode(*N, AreDebugLocsAllowed::No); in visitMetadataAsValue()
2906 visitMDNode(*I.second, AreDebugLocsAllowed::Yes); in visitFunction()
2931 auto AllowLocs = AreDebugLocsAllowed::No; in visitFunction()
2950 AllowLocs = AreDebugLocsAllowed::Yes; in visitFunction()
5248 visitMDNode(*N, AreDebugLocsAllowed::Yes); in visitInstruction()
5262 ? AreDebugLocsAllowed::Yes in visitInstruction()
5263 : AreDebugLocsAllowed::No; in visitInstruction()
6439 visitMDNode(*DVR.getRawVariable(), AreDebugLocsAllowed::No); in visit()
6443 visitMDNode(*DVR.getExpression(), AreDebugLocsAllowed::No); in visit()
6449 AreDebugLocsAllowed::No); in visit()
6465 visitMDNode(*DVR.getAddressExpression(), AreDebugLocsAllowed::No); in visit()