reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/MC/ELFObjectWriter.cpp
  843       write(static_cast<ELF::Elf64_Word>(ELF::ELFCOMPRESS_ZLIB));
  849       write(static_cast<ELF::Elf32_Word>(ELF::ELFCOMPRESS_ZLIB));
lib/Object/Decompressor.cpp
   62       ELFCOMPRESS_ZLIB)
tools/lld/ELF/InputSection.cpp
  248     if (hdr->ch_type != ELFCOMPRESS_ZLIB) {
  266   if (hdr->ch_type != ELFCOMPRESS_ZLIB) {
tools/lld/ELF/OutputSections.cpp
  268   hdr->ch_type = ELFCOMPRESS_ZLIB;
tools/llvm-objcopy/ELF/Object.cpp
  493     Chdr.ch_type = ELF::ELFCOMPRESS_ZLIB;