Searched refs:maybeCompress (Results 1 – 3 of 3) sorted by relevance
183 template <class ELFT> void OutputSection::maybeCompress() { in maybeCompress() function in OutputSection429 template void OutputSection::maybeCompress<ELF32LE>();430 template void OutputSection::maybeCompress<ELF32BE>();431 template void OutputSection::maybeCompress<ELF64LE>();432 template void OutputSection::maybeCompress<ELF64BE>();
110 template <class ELFT> void maybeCompress();
487 Sec->maybeCompress<ELFT>(); in run()