Home
last modified time | relevance | path

Searched refs:strCopy (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp705 char *strCopy = alloc.Allocate<char>(str.size() + 1); in copyDebugString() local
706 memcpy(strCopy, str.data(), str.size()); in copyDebugString()
707 strCopy[str.size()] = '\0'; in copyDebugString()
708 return strCopy; in copyDebugString()