Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp83 static cl::opt<bool> ClInstrumentAtomics( variable
291 if (!ClInstrumentAtomics) in isInterestingMemoryAccess()
297 if (!ClInstrumentAtomics) in isInterestingMemoryAccess()
H A DThreadSanitizer.cpp66 static cl::opt<bool> ClInstrumentAtomics("tsan-instrument-atomics",
555 if (ClInstrumentAtomics) in sanitizeFunction()
H A DHWAddressSanitizer.cpp105 static cl::opt<bool> ClInstrumentAtomics( variable
756 if (!ClInstrumentAtomics || ignoreAccess(I, RMW->getPointerOperand())) in getInterestingMemoryOperands()
761 if (!ClInstrumentAtomics || ignoreAccess(I, XCHG->getPointerOperand())) in getInterestingMemoryOperands()
H A DAddressSanitizer.cpp221 static cl::opt<bool> ClInstrumentAtomics( variable
1318 if (!ClInstrumentAtomics || ignoreAccess(I, RMW->getPointerOperand())) in getInterestingMemoryOperands()
1323 if (!ClInstrumentAtomics || ignoreAccess(I, XCHG->getPointerOperand())) in getInterestingMemoryOperands()