Searched refs:UncompressedData (Results 1 – 2 of 2) sorted by relevance
866 SmallVector<char, 128> UncompressedData; in writeSectionData() local867 raw_svector_ostream VecOS(UncompressedData); in writeSectionData()872 StringRef(UncompressedData.data(), UncompressedData.size()), in writeSectionData()875 W.OS << UncompressedData; in writeSectionData()880 if (!maybeWriteCompression(UncompressedData.size(), CompressedContents, in writeSectionData()882 W.OS << UncompressedData; in writeSectionData()
912 std::string UncompressedData; in emitNameData() local