Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp82 static cl::opt<bool> ClInstrumentAtomics( variable
349 if (!ClInstrumentAtomics) in isInterestingMemoryAccess()
357 if (!ClInstrumentAtomics) in isInterestingMemoryAccess()
H A DThreadSanitizer.cpp67 static cl::opt<bool> ClInstrumentAtomics("tsan-instrument-atomics",
578 if (ClInstrumentAtomics) in sanitizeFunction()
H A DHWAddressSanitizer.cpp95 static cl::opt<bool> ClInstrumentAtomics( variable
674 if (!ClInstrumentAtomics || ignoreAccess(RMW->getPointerOperand())) in getInterestingMemoryOperands()
679 if (!ClInstrumentAtomics || ignoreAccess(XCHG->getPointerOperand())) in getInterestingMemoryOperands()
H A DAddressSanitizer.cpp210 static cl::opt<bool> ClInstrumentAtomics( variable
1442 if (!ClInstrumentAtomics || ignoreAccess(RMW->getPointerOperand())) in getInterestingMemoryOperands()
1447 if (!ClInstrumentAtomics || ignoreAccess(XCHG->getPointerOperand())) in getInterestingMemoryOperands()