Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1107 DenseMap<const DILocation *, int> LazyWarningDebugLocationCount; member
1285 if (LazyWarningDebugLocationCount.empty()) in shouldDisambiguateWarningLocation()
1287 ++LazyWarningDebugLocationCount[I.OrigIns->getDebugLoc()]; in shouldDisambiguateWarningLocation()
1289 return LazyWarningDebugLocationCount[DebugLoc] >= ClDisambiguateWarning; in shouldDisambiguateWarningLocation()