Searched refs:CompressDebugSections (Results 1 - 10 of 10) sorted by relevance

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

Completed in 7819 milliseconds