Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp171 FunctionCallee TsanVptrLoad; member
322 TsanVptrLoad = M.getOrInsertFunction("__tsan_vptr_read", Attr, in initialize()
621 IRB.CreateCall(TsanVptrLoad, Addr); in instrumentLoadOrStore()