Searched refs:maybeCompress (Results 1 – 3 of 3) sorted by relevance
353 template <class ELFT> void OutputSection::maybeCompress() { in maybeCompress() function in OutputSection930 template void OutputSection::maybeCompress<ELF32LE>();931 template void OutputSection::maybeCompress<ELF32BE>();932 template void OutputSection::maybeCompress<ELF64LE>();933 template void OutputSection::maybeCompress<ELF64BE>();
120 template <class ELFT> void maybeCompress();
315 sec->maybeCompress<ELFT>(); in run()