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

  /external/clang/tools/driver/
cc1as_main.cpp 90 unsigned CompressDebugSections : 1;
202 Opts.CompressDebugSections = Args.hasArg(OPT_compress_debug_sections);
315 if (Opts.CompressDebugSections)
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 356 bool CompressDebugSections;
559 bool compressDebugSections() const { return CompressDebugSections; }
561 void setCompressDebugSections(bool CompressDebugSections) {
562 this->CompressDebugSections = CompressDebugSections;
  /external/clang/lib/Driver/
Tools.cpp     [all...]

Completed in 160 milliseconds