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

References

lib/MC/ELFObjectWriter.cpp
  886           MAI->compressDebugSections() == DebugCompressionType::GNU) &&
tools/clang/lib/Frontend/CompilerInvocation.cpp
 1123       Opts.setCompressDebugSections(llvm::DebugCompressionType::GNU);
 1128                      .Case("zlib-gnu", llvm::DebugCompressionType::GNU)
tools/clang/tools/driver/cc1as_main.cpp
  227       Opts.CompressDebugSections = llvm::DebugCompressionType::GNU;
  233               .Case("zlib-gnu", llvm::DebugCompressionType::GNU)
tools/llvm-mc/llvm-mc.cpp
   69                clEnumValN(DebugCompressionType::GNU, "zlib-gnu",
tools/llvm-objcopy/CopyConfig.cpp
  478               .Case("zlib-gnu", DebugCompressionType::GNU)
tools/llvm-objcopy/ELF/Object.cpp
  483   if (Sec.CompressionType == DebugCompressionType::GNU) {
  514   if (CompressionType == DebugCompressionType::GNU) {