Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Dest

346   char *Dest = Allocator.Allocate<char>(Name.size() + 1);
347 std::copy(Name.begin(), Name.end(), Dest);
348 Dest[Name.size()] = 0;
349 return Dest;