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

/external/llvm/include/llvm/MC/
H A DMCAsmInfo.h352 bool CompressDebugSections; member in class:llvm::MCAsmInfo
536 bool compressDebugSections() const { return CompressDebugSections; }
538 void setCompressDebugSections(bool CompressDebugSections) { argument
539 this->CompressDebugSections = CompressDebugSections;
/external/llvm/include/llvm/Target/
H A DTargetOptions.h80 CompressDebugSections(false), FunctionSections(false),
193 unsigned CompressDebugSections : 1;
/external/llvm/lib/MC/
H A DMCAsmInfo.cpp108 CompressDebugSections = false;
H A DELFObjectWriter.cpp244 void CompressDebugSections(MCAssembler &Asm, MCAsmLayout &Layout);
1258 void ELFObjectWriter::CompressDebugSections(MCAssembler &Asm, function in class:ELFObjectWriter
1588 CompressDebugSections(Asm, const_cast<MCAsmLayout &>(Layout));
/external/clang/tools/driver/
H A Dcc1as_main.cpp90 unsigned CompressDebugSections : 1; member in struct:__anon2761::AssemblerInvocation
199 Opts.CompressDebugSections = Args->hasArg(OPT_compress_debug_sections);
314 if (Opts.CompressDebugSections)
/external/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp55 CompressDebugSections("compress-debug-sections",
393 if (CompressDebugSections) {
/external/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp67 if (Options.CompressDebugSections)
/external/clang/lib/CodeGen/
H A DBackendUtil.cpp481 if (CodeGenOpts.CompressDebugSections)
482 Options.CompressDebugSections = true;
/external/clang/lib/Driver/
H A DTools.cpp2140 bool CompressDebugSections = false; local
2165 CompressDebugSections = true;
2168 CompressDebugSections = false;
2183 if (CompressDebugSections) {
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp527 Opts.CompressDebugSections = Args.hasArg(OPT_compress_debug_sections);

Completed in 286 milliseconds