Searched refs:AreDebugLocsAllowed (Results 1 – 1 of 1) sorted by relevance
492 enum class AreDebugLocsAllowed { No, Yes }; enum in __anon93d097f60111::Verifier503 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()[all …]