Home
last modified time | relevance | path

Searched refs:maybeCompress (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DOutputSections.cpp322 template <class ELFT> void OutputSection::maybeCompress() { in maybeCompress() function in OutputSection
681 template void OutputSection::maybeCompress<ELF32LE>();
682 template void OutputSection::maybeCompress<ELF32BE>();
683 template void OutputSection::maybeCompress<ELF64LE>();
684 template void OutputSection::maybeCompress<ELF64BE>();
H A DOutputSections.h111 template <class ELFT> void maybeCompress();
H A DWriter.cpp556 sec->maybeCompress<ELFT>(); in run()