Searched refs:XzDecompress (Results 1 – 3 of 3) sorted by relevance
141 bool XzDecompress(const std::string& compressed_data, std::string* decompressed_data);
261 bool XzDecompress(const std::string& compressed_data, std::string* decompressed_data) { in XzDecompress() function
405 if (XzDecompress(debugdata, &decompressed_data)) { in ParseSymbolsFromELFFile()