Home
last modified time | relevance | path

Searched refs:CompressDebugSections (Results 1 – 11 of 11) sorted by relevance

/external/llvm/include/llvm/MC/
DMCAsmInfo.h341 bool CompressDebugSections; variable
510 bool compressDebugSections() const { return CompressDebugSections; } in compressDebugSections()
512 void setCompressDebugSections(bool CompressDebugSections) { in setCompressDebugSections() argument
513 this->CompressDebugSections = CompressDebugSections; in setCompressDebugSections()
/external/llvm/include/llvm/Target/
DTargetOptions.h65 CompressDebugSections(false), FunctionSections(false), in TargetOptions()
176 unsigned CompressDebugSections : 1; variable
/external/llvm/lib/MC/
DMCAsmInfo.cpp106 CompressDebugSections = false; in MCAsmInfo()
DELFObjectWriter.cpp259 void CompressDebugSections(MCAssembler &Asm, MCAsmLayout &Layout);
1266 void ELFObjectWriter::CompressDebugSections(MCAssembler &Asm, in CompressDebugSections() function in ELFObjectWriter
1735 CompressDebugSections(Asm, const_cast<MCAsmLayout &>(Layout)); in WriteObject()
/external/clang/tools/driver/
Dcc1as_main.cpp89 unsigned CompressDebugSections : 1; member
196 Opts.CompressDebugSections = Args->hasArg(OPT_compress_debug_sections); in CreateFromArgs()
312 if (Opts.CompressDebugSections) in ExecuteAssembler()
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp55 CompressDebugSections("compress-debug-sections", variable
393 if (CompressDebugSections) { in main()
/external/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp64 if (Options.CompressDebugSections) in initAsmInfo()
/external/clang/lib/CodeGen/
DBackendUtil.cpp424 if (CodeGenOpts.CompressDebugSections) in CreateTargetMachine()
425 Options.CompressDebugSections = true; in CreateTargetMachine()
/external/clang/include/clang/Frontend/
DCodeGenOptions.def32 CODEGENOPT(CompressDebugSections, 1, 0) ///< -Wa,-compress-debug-sections
/external/clang/lib/Driver/
DTools.cpp1824 bool CompressDebugSections = false; in CollectArgsForIntegratedAssembler() local
1850 CompressDebugSections = true; in CollectArgsForIntegratedAssembler()
1853 CompressDebugSections = false; in CollectArgsForIntegratedAssembler()
1868 if (CompressDebugSections) { in CollectArgsForIntegratedAssembler()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp481 Opts.CompressDebugSections = Args.hasArg(OPT_compress_debug_sections); in ParseCodeGenArgs()