Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/IR/
H A DVerifier.cpp446 enum class AreDebugLocsAllowed { No, Yes }; enum in __anon181364e30111::Verifier
457 void visitMDNode(const MDNode &MD, AreDebugLocsAllowed AllowLocs);
921 visitMDNode(*MD, AreDebugLocsAllowed::Yes); in visitNamedMDNode()
951 CheckDI(!isa<DILocation>(Op) || AllowLocs == AreDebugLocsAllowed::Yes, in visitMDNode()
997 visitMDNode(*N, AreDebugLocsAllowed::No); in visitMetadataAsValue()
2642 visitMDNode(*I.second, AreDebugLocsAllowed::Yes); in visitFunction()
2667 auto AllowLocs = AreDebugLocsAllowed::No; in visitFunction()
2686 AllowLocs = AreDebugLocsAllowed::Yes; in visitFunction()
4891 visitMDNode(*N, AreDebugLocsAllowed::Yes); in visitInstruction()
4905 ? AreDebugLocsAllowed::Yes in visitInstruction()
[all …]