Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ToBuf

2588   SmallVector<UTF16, 128> ToBuf(NumBytes + 1); // +1 for ending nulls.
2590 UTF16 *ToPtr = &ToBuf[0];
2597 StringLength = ToPtr - &ToBuf[0];
2602 StringRef(reinterpret_cast<const char *>(ToBuf.data()),