Searched refs:maybeCompress (Results 1 – 3 of 3) sorted by relevance
281 template <class ELFT> void OutputSection::maybeCompress() { in maybeCompress() function in OutputSection587 template void OutputSection::maybeCompress<ELF32LE>();588 template void OutputSection::maybeCompress<ELF32BE>();589 template void OutputSection::maybeCompress<ELF64LE>();590 template void OutputSection::maybeCompress<ELF64BE>();
107 template <class ELFT> void maybeCompress();
602 sec->maybeCompress<ELFT>(); in run()