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

  /external/llvm/include/llvm/MC/
MCAsmInfo.h 341 bool CompressDebugSections;
510 bool compressDebugSections() const { return CompressDebugSections; }
512 void setCompressDebugSections(bool CompressDebugSections) {
513 this->CompressDebugSections = CompressDebugSections;
  /external/llvm/include/llvm/Target/
TargetOptions.h 65 CompressDebugSections(false), FunctionSections(false),
176 unsigned CompressDebugSections : 1;
  /external/llvm/lib/MC/
MCAsmInfo.cpp 106 CompressDebugSections = false;
ELFObjectWriter.cpp 259 void CompressDebugSections(MCAssembler &Asm, MCAsmLayout &Layout);
    [all...]
  /external/clang/tools/driver/
cc1as_main.cpp 89 unsigned CompressDebugSections : 1;
196 Opts.CompressDebugSections = Args->hasArg(OPT_compress_debug_sections);
312 if (Opts.CompressDebugSections)
  /external/llvm/lib/CodeGen/
LLVMTargetMachine.cpp 64 if (Options.CompressDebugSections)
  /external/clang/lib/CodeGen/
BackendUtil.cpp 424 if (CodeGenOpts.CompressDebugSections)
425 Options.CompressDebugSections = true;
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 55 CompressDebugSections("compress-debug-sections",
393 if (CompressDebugSections) {
  /external/clang/lib/Driver/
Tools.cpp     [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 481 Opts.CompressDebugSections = Args.hasArg(OPT_compress_debug_sections);
    [all...]

Completed in 377 milliseconds