Searched refs:instrumentAtomic (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp91 bool instrumentAtomic(Instruction *I, const DataLayout &DL);
382 Res |= instrumentAtomic(Inst, DL);
507 bool ThreadSanitizer::instrumentAtomic(Instruction *I, const DataLayout &DL) { function in class:ThreadSanitizer

Completed in 109 milliseconds