Searched refs:AllocBuffer (Results 1 – 2 of 2) sorted by relevance
170 llvm::IntrusiveRefCntPtr<RopeRefCountString> AllocBuffer; variable175 RewriteRope() : AllocBuffer(nullptr), AllocOffs(AllocChunkSize) {} in RewriteRope()177 : Chunks(RHS.Chunks), AllocBuffer(nullptr), AllocOffs(AllocChunkSize) { in RewriteRope()
774 memcpy(AllocBuffer->Data+AllocOffs, Start, Len); in MakeRopeString()776 return RopePiece(AllocBuffer, AllocOffs-Len, AllocOffs); in MakeRopeString()798 AllocBuffer = Res; in MakeRopeString()801 return RopePiece(AllocBuffer, 0, Len); in MakeRopeString()