Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp458 const auto WriteEntry = WriteTargets.find(Addr); in chooseInstructionsToInstrument() local
459 if (!ClInstrumentReadBeforeWrite && WriteEntry != WriteTargets.end()) { in chooseInstructionsToInstrument()
460 auto &WI = All[WriteEntry->second]; in chooseInstructionsToInstrument()