Searched refs:AreDebugLocsAllowed (Results 1 – 1 of 1) sorted by relevance
445 enum class AreDebugLocsAllowed { No, Yes }; enum in __anone3a6d1260111::Verifier456 void visitMDNode(const MDNode &MD, AreDebugLocsAllowed AllowLocs);892 visitMDNode(*MD, AreDebugLocsAllowed::Yes); in visitNamedMDNode()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()[all …]