Searched defs:TsanFuncExit (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp106 Function *TsanFuncExit; member in struct:__anon22550::ThreadSanitizer
148 TsanFuncExit = checkInterfaceFunction(M.getOrInsertFunction(
390 IRBRet.CreateCall(TsanFuncExit);

Completed in 128 milliseconds