Searched refs:maybeCompress (Results 1 – 3 of 3) sorted by relevance
330 template <class ELFT> void OutputSection::maybeCompress() { in maybeCompress() function in OutputSection788 template void OutputSection::maybeCompress<ELF32LE>();789 template void OutputSection::maybeCompress<ELF32BE>();790 template void OutputSection::maybeCompress<ELF64LE>();791 template void OutputSection::maybeCompress<ELF64BE>();
113 template <class ELFT> void maybeCompress();
610 sec->maybeCompress<ELFT>(); in run()