HomeSort by relevance Sort by last modified time
    Searched defs:CompressDebugSections (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
TargetOptions.h 203 DebugCompressionType CompressDebugSections = DebugCompressionType::None;
  /external/clang/tools/driver/
cc1as_main.cpp 88 unsigned CompressDebugSections : 1;
201 Opts.CompressDebugSections = Args.hasArg(OPT_compress_debug_sections);
315 if (Opts.CompressDebugSections)
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 369 DebugCompressionType CompressDebugSections;
589 DebugCompressionType compressDebugSections() const {
590 return CompressDebugSections;
593 void setCompressDebugSections(DebugCompressionType CompressDebugSections) {
594 this->CompressDebugSections = CompressDebugSections;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCAsmInfo.h 377 DebugCompressionType CompressDebugSections = DebugCompressionType::None;
625 DebugCompressionType compressDebugSections() const {
626 return CompressDebugSections;
629 void setCompressDebugSections(DebugCompressionType CompressDebugSections) {
630 this->CompressDebugSections = CompressDebugSections;
  /external/clang/lib/Driver/
Tools.cpp     [all...]

Completed in 315 milliseconds