Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp147 FunctionCallee TsanFuncEntry; member
207 TsanFuncEntry = M.getOrInsertFunction("__tsan_func_entry", Attr, in initialize()
577 IRB.CreateCall(TsanFuncEntry, ReturnAddress); in sanitizeFunction()