Searched refs:UncompressedData (Results 1 – 2 of 2) sorted by relevance
868 SmallVector<char, 128> UncompressedData; in writeSectionData() local869 raw_svector_ostream VecOS(UncompressedData); in writeSectionData()874 StringRef(UncompressedData.data(), UncompressedData.size()), in writeSectionData()877 W.OS << UncompressedData; in writeSectionData()882 if (!maybeWriteCompression(UncompressedData.size(), CompressedContents, in writeSectionData()884 W.OS << UncompressedData; in writeSectionData()
1030 std::string UncompressedData; in emitNameData() local