Home
last modified time | relevance | path

Searched refs:resizeAndDecompress (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DDecompressor.h33 template <class T> Error resizeAndDecompress(T &Out) { in resizeAndDecompress() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp378 if (Error E = Dec->resizeAndDecompress(UncompressedSections.back())) in handleCompressedSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1322 if (auto Err = Decompressor->resizeAndDecompress(Out)) in maybeDecompress()