Searched refs:UncompressedData (Results 1 – 2 of 2) sorted by relevance
865 SmallVector<char, 128> UncompressedData; in writeSectionData() local866 raw_svector_ostream VecOS(UncompressedData); in writeSectionData()871 StringRef(UncompressedData.data(), UncompressedData.size()), in writeSectionData()874 W.OS << UncompressedData; in writeSectionData()879 if (!maybeWriteCompression(UncompressedData.size(), CompressedContents, in writeSectionData()881 W.OS << UncompressedData; in writeSectionData()
864 std::string UncompressedData; in emitNameData() local