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

References

lib/Analysis/LoopAccessAnalysis.cpp
  422     llvm::copy(Groups, std::back_inserter(CheckingGroups));
lib/Analysis/MemorySSAUpdater.cpp
  118           llvm::copy(PhiOps, Phi->op_begin());
lib/Bitcode/Writer/BitcodeWriter.cpp
 4218       llvm::copy(Vals, std::begin(*ModHash));
lib/CodeGen/GlobalISel/IRTranslator.cpp
  204       llvm::copy(EltRegs, std::back_inserter(*VRegs));
lib/CodeGen/MIRVRegNamerUtils.cpp
  262   llvm::copy(Candidates, std::back_inserter(VisitedMIs));
lib/CodeGen/MachineFunction.cpp
  459   llvm::copy(Name, Dest);
lib/CodeGen/MachineTraceMetrics.cpp
  220     llvm::copy(PRCycles, ProcResourceHeights.begin() + PROffset);
lib/CodeGen/ModuloSchedule.cpp
 1650   llvm::copy(PeeledFront, std::back_inserter(Blocks));
 1652   llvm::copy(PeeledBack, std::back_inserter(Blocks));
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 1729   llvm::copy(MaskVec, MaskAlloc);
 7434     llvm::copy(VTs, Array);
 7580   llvm::copy(NewMemRefs, MemRefsBuffer);
lib/IR/Attributes.cpp
  722   llvm::copy(Attrs, getTrailingObjects<Attribute>());
  909   llvm::copy(Sets, getTrailingObjects<AttributeSet>());
lib/IR/Constants.cpp
  997   llvm::copy(V, op_begin());
lib/IR/Instructions.cpp
  403   llvm::copy(Args, op_begin());
  740   llvm::copy(Args, op_begin());
 1077   llvm::copy(Args, op_begin());
 1602   llvm::copy(IdxList, op_begin() + 1);
lib/IR/Metadata.cpp
 1483       llvm::copy(OrigElements, Elements.begin() + 2);
lib/Object/Minidump.cpp
   47   copy(*ExpectedData, WStr.begin());
lib/Object/Object.cpp
  348   llvm::copy(ret, str);
lib/Object/WindowsResource.cpp
  176   llvm::copy(Src, EndianCorrectedSrc.begin() + 1);
  792     llvm::copy(RawDataEntry, BufferStart + CurrentOffset);
  962     llvm::copy(String, Start);
lib/ObjectYAML/MinidumpYAML.cpp
  191     copy(fromHex(Scalar), Fixed.Storage);
  226     copy(Scalar, Fixed.Storage);
lib/Support/Path.cpp
  511     llvm::copy(NewPrefix, Path.begin());
lib/Support/RandomNumberGenerator.cpp
   47   llvm::copy(Salt, Data.begin() + 2);
lib/Transforms/Instrumentation/ControlHeightReduction.cpp
 1443   llvm::copy(Input, Output.begin());
lib/Transforms/Scalar/GVNSink.cpp
  260     llvm::copy(V, std::back_inserter(Values));
  261     llvm::copy(B, std::back_inserter(Blocks));
  267     llvm::copy(B, std::back_inserter(Blocks));
lib/Transforms/Scalar/NewGVN.cpp
 3152   llvm::copy(FilteredPhiArgs, std::back_inserter(OperandList));
lib/XRay/Profile.cpp
  225     copy(*IndexedThreadBlock.second, std::back_inserter(PathAndData));
  257   copy(PathData, std::back_inserter(Block));
tools/clang/include/clang/AST/OpenMPClause.h
 4883     llvm::copy(MapModifiers, std::begin(MapTypeModifiers));
 4888     llvm::copy(MapModifiersLoc, std::begin(MapTypeModifiersLoc));
tools/clang/lib/AST/StmtOpenMP.cpp
   79   llvm::copy(A, getDependentCounters().begin());
   85   llvm::copy(A, getDependentInits().begin());
   91   llvm::copy(A, getFinalsConditions().begin());
tools/clang/lib/CodeGen/BackendUtil.cpp
  520   llvm::copy(CodeGenOpts.CoverageVersion, std::begin(Options.Version));
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 8619     llvm::copy(MapTypes, Mapping.begin());
tools/clang/lib/Driver/XRayArgs.cpp
  160       llvm::copy(XRaySupportedModes, std::back_inserter(Modes));
  170             llvm::copy(XRaySupportedModes, std::back_inserter(Modes));
tools/clang/lib/Parse/ParseOpenMP.cpp
  887       llvm::copy(Vendors, ImplVendors.begin());
tools/clang/tools/extra/clangd/ClangdLSPServer.cpp
 1327                  llvm::copy(Fixes, std::back_inserter(FixItsForDiagnostic));
tools/clang/tools/extra/clangd/index/FileIndex.cpp
  194       llvm::copy(SymRefs, back_inserter(RefsStorage));
tools/lldb/source/Plugins/ObjectFile/Breakpad/BreakpadRecords.cpp
  112   llvm::copy(fromHex(uuid_str), data.uuid);
tools/llvm-objcopy/ELF/Object.cpp
  147     llvm::copy(Sec.Contents, Out.getBufferStart() + Sec.Offset);
  397   llvm::copy(Sec.Data, Out.getBufferStart() + Sec.Offset);
  571   llvm::copy(Sec.Indexes, reinterpret_cast<Elf_Word *>(Buf));
  917   llvm::copy(Sec.Contents, Out.getBufferStart() + Sec.Offset);
 1029   llvm::copy(Sec.FileName, Buf);