Searched refs:maybeCompress (Results 1 – 3 of 3) sorted by relevance
326 template <class ELFT> void OutputSection::maybeCompress() { in maybeCompress() function in OutputSection772 template void OutputSection::maybeCompress<ELF32LE>();773 template void OutputSection::maybeCompress<ELF32BE>();774 template void OutputSection::maybeCompress<ELF64LE>();775 template void OutputSection::maybeCompress<ELF64BE>();
113 template <class ELFT> void maybeCompress();
544 sec->maybeCompress<ELFT>(); in run()