reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Utils/BuildLibCalls.cpp
  911   Module *M = B.GetInsertBlock()->getModule();
  915   LLVMContext &Context = B.GetInsertBlock()->getContext();
  917       "__memcpy_chk", AttributeList::get(M->getContext(), AS), B.getInt8PtrTy(),
  918       B.getInt8PtrTy(), B.getInt8PtrTy(), DL.getIntPtrType(Context),
  918       B.getInt8PtrTy(), B.getInt8PtrTy(), DL.getIntPtrType(Context),
  920   Dst = castToCStr(Dst, B);
  921   Src = castToCStr(Src, B);
  922   CallInst *CI = B.CreateCall(MemCpy, {Dst, Src, Len, ObjSize});