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

  /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/llvm/include/llvm/Target/
TargetOptions.h 102 CompressDebugSections(false), FunctionSections(false),
191 unsigned CompressDebugSections : 1;
  /external/llvm/lib/MC/
MCAsmInfo.cpp 110 CompressDebugSections = false;
  /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/lib/CodeGen/
LLVMTargetMachine.cpp 68 if (Options.CompressDebugSections)
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 56 CompressDebugSections("compress-debug-sections",
422 if (CompressDebugSections) {
  /external/clang/lib/CodeGen/
BackendUtil.cpp 536 Options.CompressDebugSections = CodeGenOpts.CompressDebugSections;
  /external/clang/lib/Driver/
Tools.cpp     [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 577 Opts.CompressDebugSections = Args.hasArg(OPT_compress_debug_sections);
    [all...]

Completed in 309 milliseconds