Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp281 template <class ELFT> void OutputSection::maybeCompress() { in maybeCompress() function in OutputSection
587 template void OutputSection::maybeCompress<ELF32LE>();
588 template void OutputSection::maybeCompress<ELF32BE>();
589 template void OutputSection::maybeCompress<ELF64LE>();
590 template void OutputSection::maybeCompress<ELF64BE>();
H A DOutputSections.h107 template <class ELFT> void maybeCompress();
H A DWriter.cpp602 sec->maybeCompress<ELFT>(); in run()