Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DVerifier.cpp437 enum class AreDebugLocsAllowed { No, Yes }; enum in __anonb894190e0111::Verifier
447 void visitMDNode(const MDNode &MD, AreDebugLocsAllowed AllowLocs);
833 visitMDNode(*MD, AreDebugLocsAllowed::Yes); in visitNamedMDNode()
837 void Verifier::visitMDNode(const MDNode &MD, AreDebugLocsAllowed AllowLocs) { in visitMDNode()
863 AssertDI(!isa<DILocation>(Op) || AllowLocs == AreDebugLocsAllowed::Yes, in visitMDNode()
909 visitMDNode(*N, AreDebugLocsAllowed::No); in visitMetadataAsValue()
2462 visitMDNode(*I.second, AreDebugLocsAllowed::Yes); in visitFunction()
2486 auto AllowLocs = AreDebugLocsAllowed::No; in visitFunction()
2505 AllowLocs = AreDebugLocsAllowed::Yes; in visitFunction()
4516 visitMDNode(*N, AreDebugLocsAllowed::Yes); in visitInstruction()
[all …]