HomeSort by relevance Sort by last modified time
    Searched refs:EmitMemCpyChk (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
BuildLibCalls.h 62 /// EmitMemCpyChk - Emit a call to the __memcpy_chk function to the builder.
65 Value *EmitMemCpyChk(Value *Dst, Value *Src, Value *Len, Value *ObjSize,
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 200 /// EmitMemCpyChk - Emit a call to the __memcpy_chk function to the builder.
203 Value *llvm::EmitMemCpyChk(Value *Dst, Value *Src, Value *Len, Value *ObjSize,
SimplifyLibCalls.cpp 262 EmitMemCpyChk(Dst, Src,
313 if (!EmitMemCpyChk(Dst, Src, LenV, CI->getArgOperand(2), B, TD, TLI))
    [all...]

Completed in 257 milliseconds