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

/external/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp115 Function *MemmoveFn, *MemcpyFn, *MemsetFn; member in struct:__anon10992::ThreadSanitizer
218 MemcpyFn = checkSanitizerInterfaceFunction(
483 IRB.CreateCall3(isa<MemCpyInst>(M) ? MemcpyFn : MemmoveFn,
H A DMemorySanitizer.cpp325 Value *MemmoveFn, *MemcpyFn, *MemsetFn; member in class:__anon10989::MemorySanitizer
403 MemcpyFn = M.getOrInsertFunction(
1813 MS.MemcpyFn,

Completed in 245 milliseconds