Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp146 FunctionCallee TsanFuncEntry; member
206 TsanFuncEntry = M.getOrInsertFunction("__tsan_func_entry", Attr, in initialize()
574 IRB.CreateCall(TsanFuncEntry, ReturnAddress); in sanitizeFunction()