Home
last modified time | relevance | path

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

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