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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp90 bool instrumentLoadOrStore(Instruction *I, const DataLayout &DL);
375 Res |= instrumentLoadOrStore(Inst, DL);
406 bool ThreadSanitizer::instrumentLoadOrStore(Instruction *I, function in class:ThreadSanitizer

Completed in 87 milliseconds