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

/external/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp110 Function *MemmoveFn, *MemcpyFn, *MemsetFn; member in struct:__anon26258::ThreadSanitizer
209 MemcpyFn = checkInterfaceFunction(M.getOrInsertFunction(
454 IRB.CreateCall3(isa<MemCpyInst>(M) ? MemcpyFn : MemmoveFn,
H A DMemorySanitizer.cpp264 Value *MemmoveFn, *MemcpyFn, *MemsetFn; member in class:__anon26256::MemorySanitizer
350 MemcpyFn = M.getOrInsertFunction(
1682 MS.MemcpyFn,

Completed in 316 milliseconds