Searched refs:maybeCompress (Results 1 – 3 of 3) sorted by relevance
322 template <class ELFT> void OutputSection::maybeCompress() { in maybeCompress() function in OutputSection681 template void OutputSection::maybeCompress<ELF32LE>();682 template void OutputSection::maybeCompress<ELF32BE>();683 template void OutputSection::maybeCompress<ELF64LE>();684 template void OutputSection::maybeCompress<ELF64BE>();
111 template <class ELFT> void maybeCompress();
556 sec->maybeCompress<ELFT>(); in run()