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

References

include/llvm/Analysis/CallGraphSCCPass.h
   96     Nodes.assign(NewNodes.begin(), NewNodes.end());
include/llvm/CodeGen/RegisterPressure.h
  452     LiveThruPressure.assign(PressureSet.begin(), PressureSet.end());
include/llvm/DebugInfo/GSYM/GsymCreator.h
  207     UUID.assign(UUIDBytes.begin(), UUIDBytes.end());
lib/DebugInfo/CodeView/CodeViewRecordIO.cpp
  122     Bytes.assign(BytesRef.begin(), BytesRef.end());
lib/DebugInfo/PDB/Native/NamedStreamMap.cpp
   61   NamesBuffer.assign(Buffer.begin(), Buffer.end());
lib/DebugInfo/PDB/Native/PDBFile.cpp
  248   Result.Blocks.assign(Blocks.begin(), Blocks.end());
lib/ExecutionEngine/Interpreter/Execution.cpp
 2156   StackFrame.VarArgs.assign(ArgVals.begin()+i, ArgVals.end());
lib/IR/Module.cpp
  428   Ret.assign(SrcStructTypes.begin(), SrcStructTypes.end());
lib/MC/SubtargetFeature.cpp
   36   V.assign(Tmp.begin(), Tmp.end());
lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
  261   Value.Bytes.assign(H.begin(), H.end());
  650   Result->Exports.assign(Exports.begin(), Exports.end());
  665     YCMI.ImportIds.assign(CMI.Imports.begin(), CMI.Imports.end());
lib/ObjectYAML/CodeViewYAMLSymbols.cpp
  275     Data.assign(Str.begin(), Str.end());
lib/TableGen/SetTheory.cpp
  326       EltVec.assign(Elts.begin(), Elts.end());
lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp
  333     Order.assign(Ord.data(), Ord.data()+Ord.size());
lib/Transforms/IPO/DeadArgumentElimination.cpp
  183     Args.assign(CS.arg_begin(), CS.arg_begin() + NumArgs);
lib/Transforms/Utils/InlineFunction.cpp
 1196     CallCache.assign(I, E);
tools/bugpoint/CrashDebugger.cpp
  178     GVs.assign(GVSet.begin(), GVSet.end());
  310     Funcs.assign(Functions.begin(), Functions.end());
tools/clang/include/clang/Lex/HeaderSearch.h
  292     SystemHeaderPrefixes.assign(P.begin(), P.end());
tools/clang/lib/Basic/Diagnostic.cpp
 1097   this->Ranges.assign(Info.getRanges().begin(), Info.getRanges().end());
 1098   this->FixIts.assign(Info.getFixItHints().begin(), Info.getFixItHints().end());
tools/clang/lib/Driver/Job.cpp
  312   Environment.assign(NewEnvironment.begin(), NewEnvironment.end());
tools/clang/lib/Serialization/ASTReader.cpp
 3211       F.PreloadIdentifierOffsets.assign(Record.begin(), Record.end());
tools/lldb/include/lldb/Host/Debug.h
   45       m_actions.assign(actions, actions + num_actions);
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
 1670   sorted_items.assign(source_map.begin(), source_map.end());
tools/lldb/source/Utility/DataBufferHeap.cpp
   57     m_data.assign(src_u8, src_u8 + src_len);
tools/lldb/source/Utility/StringList.cpp
  221   m_strings.assign(rhs.begin(), rhs.end());
tools/llvm-ar/llvm-ar.cpp
  401   Members.assign(PositionalArgs.begin(), PositionalArgs.end());
tools/llvm-exegesis/lib/BenchmarkResult.cpp
  306       Data.assign(Str.begin(), Str.end());
tools/llvm-exegesis/lib/BenchmarkRunner.cpp
  111     InstrBenchmark.AssembledSnippet.assign(FnBytes.begin(), FnBytes.end());
tools/llvm-exegesis/lib/Clustering.cpp
  220     CurrentCluster.PointIndices.assign(PointsOfOpcode.begin(),
tools/llvm-pdbutil/DumpOutputStyle.cpp
 1447     Indices.assign(opts::dump::DumpTypeIndex.begin(),
 1454     Indices.assign(opts::dump::DumpIdIndex.begin(),
tools/llvm-pdbutil/YAMLOutputStyle.cpp
   91   Obj.Headers->DirectoryBlocks.assign(Blocks.begin(), Blocks.end());
  132   Obj.StreamSizes->assign(File.getStreamSizes().begin(),
  145     BlockList.Blocks.assign(Stream.begin(), Stream.end());
  227         DMI.SourceFiles.assign(Files.begin(), Files.end());
tools/polly/include/polly/ScopInfo.h
 1552     Instructions.assign(Range.begin(), Range.end());
unittests/ADT/SmallSetTest.cpp
   90   V.assign(s1.begin(), s1.end());
  116   V.assign(s1.begin(), s1.end());
unittests/Support/YAMLIOTest.cpp
 2312   Three.Numbers.assign(N, N + 3);
utils/TableGen/CodeGenSchedule.cpp
 1668     SCTrans.ProcIndices.assign(I->ProcIndices.begin(), I->ProcIndices.end());