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

/freebsd-10.1-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp119 Function *MemmoveFn, *MemcpyFn, *MemsetFn; member in struct:__anon2726::ThreadSanitizer
221 MemsetFn = checkInterfaceFunction(M.getOrInsertFunction(
469 IRB.CreateCall3(MemsetFn,
H A DMemorySanitizer.cpp260 Value *MemmoveFn, *MemcpyFn, *MemsetFn; member in class:__anon2724::MemorySanitizer
341 MemsetFn = M.getOrInsertFunction(
1582 MS.MemsetFn,

Completed in 162 milliseconds