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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp108 bool instrumentLoadOrStore(Instruction *I, const DataLayout &DL);
518 Res |= instrumentLoadOrStore(Inst, DL);
556 bool ThreadSanitizer::instrumentLoadOrStore(Instruction *I, function in class:ThreadSanitizer

Completed in 103 milliseconds