Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp148 FunctionCallee TsanIgnoreBegin; member
210 TsanIgnoreBegin = M.getOrInsertFunction("__tsan_ignore_thread_begin", Attr, in initialize()
481 IRB.CreateCall(TsanIgnoreBegin); in InsertRuntimeIgnores()