Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp440 const auto WriteEntry = WriteTargets.find(Addr); in chooseInstructionsToInstrument() local
441 if (!ClInstrumentReadBeforeWrite && WriteEntry != WriteTargets.end()) { in chooseInstructionsToInstrument()
442 auto &WI = All[WriteEntry->second]; in chooseInstructionsToInstrument()