Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp315 DenseMap<const DICompileUnit *, bool> HasSourceDebugInfo; member in __anon2d31b5610111::Verifier
5639 if (!HasSourceDebugInfo.count(&U)) in verifySourceDebugInfo()
5640 HasSourceDebugInfo[&U] = HasSource; in verifySourceDebugInfo()
5641 AssertDI(HasSource == HasSourceDebugInfo[&U], in verifySourceDebugInfo()