Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DVerifier.cpp283 DenseMap<const DICompileUnit *, bool> HasSourceDebugInfo; member in __anon8b3836fb0111::Verifier
4799 if (!HasSourceDebugInfo.count(&U)) in verifySourceDebugInfo()
4800 HasSourceDebugInfo[&U] = HasSource; in verifySourceDebugInfo()
4801 AssertDI(HasSource == HasSourceDebugInfo[&U], in verifySourceDebugInfo()