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

  /external/llvm/include/llvm/Transforms/Utils/
BuildLibCalls.h 41 /// EmitStrCpy - Emit a call to the strcpy function to the builder, for the
43 Value *EmitStrCpy(Value *Dst, Value *Src, IRBuilder<> &B,
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 97 /// EmitStrCpy - Emit a call to the strcpy function to the builder, for the
99 Value *llvm::EmitStrCpy(Value *Dst, Value *Src, IRBuilder<> &B,
444 Value *Ret = EmitStrCpy(CI->getArgOperand(0), CI->getArgOperand(1), B, TD,

Completed in 106 milliseconds