Searched refs:TsanVptrUpdate (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp108 Function *TsanVptrUpdate; member in struct:__anon26258::ThreadSanitizer
196 TsanVptrUpdate = checkInterfaceFunction(M.getOrInsertFunction(
402 // Call TsanVptrUpdate.
403 IRB.CreateCall2(TsanVptrUpdate,

Completed in 61 milliseconds