Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DOutputSections.cpp326 template <class ELFT> void OutputSection::maybeCompress() { in maybeCompress() function in OutputSection
772 template void OutputSection::maybeCompress<ELF32LE>();
773 template void OutputSection::maybeCompress<ELF32BE>();
774 template void OutputSection::maybeCompress<ELF64LE>();
775 template void OutputSection::maybeCompress<ELF64BE>();
H A DOutputSections.h113 template <class ELFT> void maybeCompress();
H A DWriter.cpp544 sec->maybeCompress<ELFT>(); in run()