Searched refs:compressed (Results 1 – 2 of 2) sorted by relevance
110 bool compressed = string->IsCompressed(); in CharsetUtils_toUtf8Bytes() local112 if (compressed) { in CharsetUtils_toUtf8Bytes()127 if (compressed) { in CharsetUtils_toUtf8Bytes()
83 auto compressed = Read<uint8_t>(gnu_debugdata->sh_offset, gnu_debugdata->sh_size); in ElfDebugReader() local84 XzDecompress(compressed, &decompressed_gnu_debugdata_); in ElfDebugReader()