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

/external/llvm/include/llvm/Transforms/Utils/
H A DBuildLibCalls.h51 /// EmitMemCpyChk - Emit a call to the __memcpy_chk function to the builder.
54 Value *EmitMemCpyChk(Value *Dst, Value *Src, Value *Len, Value *ObjSize,
/external/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp134 /// EmitMemCpyChk - Emit a call to the __memcpy_chk function to the builder.
137 Value *llvm::EmitMemCpyChk(Value *Dst, Value *Src, Value *Len, Value *ObjSize, function in class:llvm
/external/llvm/lib/Transforms/Scalar/
H A DSimplifyLibCalls.cpp455 EmitMemCpyChk(Dst, Src,

Completed in 249 milliseconds