Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DVerifier.cpp320 DenseMap<const DICompileUnit *, bool> HasSourceDebugInfo; member in __anone3a6d1260111::Verifier
6129 if (!HasSourceDebugInfo.count(&U)) in verifySourceDebugInfo()
6130 HasSourceDebugInfo[&U] = HasSource; in verifySourceDebugInfo()
6131 CheckDI(HasSource == HasSourceDebugInfo[&U], in verifySourceDebugInfo()