Home
last modified time | relevance | path

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

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