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.cpp370 template <class ELFT> void OutputSection::maybeCompress(Ctx &ctx) { in maybeCompress() function in OutputSection
956 template void OutputSection::maybeCompress<ELF32LE>(Ctx &);
957 template void OutputSection::maybeCompress<ELF32BE>(Ctx &);
958 template void OutputSection::maybeCompress<ELF64LE>(Ctx &);
959 template void OutputSection::maybeCompress<ELF64BE>(Ctx &);
H A DOutputSections.h122 template <class ELFT> void maybeCompress(Ctx &);
H A DWriter.cpp330 sec->maybeCompress<ELFT>(ctx); in run()