Home
last modified time | relevance | path

Searched refs:UncompressedData (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp866 SmallVector<char, 128> UncompressedData; in writeSectionData() local
867 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp912 std::string UncompressedData; in emitNameData() local