Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DVerifier.cpp321 DenseMap<const DICompileUnit *, bool> HasSourceDebugInfo; member in __anonb3acccad0111::Verifier
6282 if (!HasSourceDebugInfo.count(&U)) in verifySourceDebugInfo()
6283 HasSourceDebugInfo[&U] = HasSource; in verifySourceDebugInfo()
6284 CheckDI(HasSource == HasSourceDebugInfo[&U], in verifySourceDebugInfo()