Searched defs:CompressDebugSections (Results 1 - 4 of 4) sorted by relevance

/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/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 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/lib/Driver/
H A DTools.cpp1824 bool CompressDebugSections = false; local
1850 CompressDebugSections = true;
1853 CompressDebugSections = false;
1868 if (CompressDebugSections) {

Completed in 321 milliseconds