Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp171 FunctionCallee MemmoveFn, MemcpyFn, MemsetFn; member
336 MemcpyFn = in initialize()
698 isa<MemCpyInst>(M) ? MemcpyFn : MemmoveFn, in instrumentMemIntrinsic()
H A DMemorySanitizer.cpp639 FunctionCallee MemmoveFn, MemcpyFn, MemsetFn; member in __anonb346f5430211::MemorySanitizer
930 MemcpyFn = in initializeCallbacks()
2902 IRB.CreateCall(MS.MemcpyFn, in visitMemCpyInst()