Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DOutputSections.cpp183 template <class ELFT> void OutputSection::maybeCompress() { in maybeCompress() function in OutputSection
429 template void OutputSection::maybeCompress<ELF32LE>();
430 template void OutputSection::maybeCompress<ELF32BE>();
431 template void OutputSection::maybeCompress<ELF64LE>();
432 template void OutputSection::maybeCompress<ELF64BE>();
H A DOutputSections.h110 template <class ELFT> void maybeCompress();
H A DWriter.cpp487 Sec->maybeCompress<ELFT>(); in run()