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

/external/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp110 Function *TsanAtomicCAS[kNumberOfAccessSizes]; member in struct:__anon10997::ThreadSanitizer
202 TsanAtomicCAS[i] = checkSanitizerInterfaceFunction(M.getOrInsertFunction(
561 CallInst *C = IRB.CreateCall(TsanAtomicCAS[Idx], Args);

Completed in 62 milliseconds