Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp315 DenseMap<const DICompileUnit *, bool> HasSourceDebugInfo; member in __anon2723412a0111::Verifier
5648 if (!HasSourceDebugInfo.count(&U)) in verifySourceDebugInfo()
5649 HasSourceDebugInfo[&U] = HasSource; in verifySourceDebugInfo()
5650 AssertDI(HasSource == HasSourceDebugInfo[&U], in verifySourceDebugInfo()