Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Buffer

29   std::shared_ptr<PCHBuffer> Buffer;
34 std::shared_ptr<PCHBuffer> Buffer)
35 : Buffer(std::move(Buffer)), OS(std::move(OS)) {}
40 if (Buffer->IsComplete) {
42 *OS << Buffer->Data;
45 // Free the space of the temporary buffer.
47 Buffer->Data = std::move(Empty);
56 std::shared_ptr<PCHBuffer> Buffer) const {
57 return std::make_unique<RawPCHContainerGenerator>(std::move(OS), Buffer);
61 RawPCHContainerReader::ExtractPCH(llvm::MemoryBufferRef Buffer) const {
62 return Buffer.getBuffer();