Searched refs:maybeCompress (Results 1 – 3 of 3) sorted by relevance
370 template <class ELFT> void OutputSection::maybeCompress(Ctx &ctx) { in maybeCompress() function in OutputSection956 template void OutputSection::maybeCompress<ELF32LE>(Ctx &);957 template void OutputSection::maybeCompress<ELF32BE>(Ctx &);958 template void OutputSection::maybeCompress<ELF64LE>(Ctx &);959 template void OutputSection::maybeCompress<ELF64BE>(Ctx &);
122 template <class ELFT> void maybeCompress(Ctx &);
330 sec->maybeCompress<ELFT>(ctx); in run()