Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp353 template <class ELFT> void OutputSection::maybeCompress() { in maybeCompress() function in OutputSection
930 template void OutputSection::maybeCompress<ELF32LE>();
931 template void OutputSection::maybeCompress<ELF32BE>();
932 template void OutputSection::maybeCompress<ELF64LE>();
933 template void OutputSection::maybeCompress<ELF64BE>();
H A DOutputSections.h120 template <class ELFT> void maybeCompress();
H A DWriter.cpp315 sec->maybeCompress<ELFT>(); in run()