Searched refs:XzCompress (Results 1 – 3 of 3) sorted by relevance
26 void XzCompress(ArrayRef<const uint8_t> src, std::vector<uint8_t>* dst, int level = 1 /* speed */);
45 void XzCompress(ArrayRef<const uint8_t> src, std::vector<uint8_t>* dst, int level) { in XzCompress() function
143 XzCompress(ArrayRef<const uint8_t>(buffer), &compressed_buffer); in MakeMiniDebugInfoInternal()325 XzCompress(ArrayRef<const uint8_t>(inner_elf_file), &gnu_debugdata); in PackElfFileForJIT()