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 42 /// EmitStrCpy - Emit a call to the strcpy function to the builder, for the
44 Value *EmitStrCpy(Value *Dst, Value *Src, IRBuilder<> &B,
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 101 /// EmitStrCpy - Emit a call to the strcpy function to the builder, for the
103 Value *llvm::EmitStrCpy(Value *Dst, Value *Src, IRBuilder<> &B,
448 Value *Ret = EmitStrCpy(CI->getArgOperand(0), CI->getArgOperand(1), B, TD,

Completed in 27 milliseconds