Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp137 bool instrumentAtomic(Instruction *I, const DataLayout &DL);
557 Res |= instrumentAtomic(Inst, DL); in sanitizeFunction()
719 bool ThreadSanitizer::instrumentAtomic(Instruction *I, const DataLayout &DL) { in instrumentAtomic() function in ThreadSanitizer