Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp164 FunctionCallee TsanAtomicStore[kNumberOfAccessSizes]; member
278 TsanAtomicStore[i] = M.getOrInsertFunction( in initialize()
749 CallInst *C = CallInst::Create(TsanAtomicStore[Idx], Args); in instrumentAtomic()