Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h346 bool CompressDebugSections; variable
530 bool compressDebugSections() const { return CompressDebugSections; } in compressDebugSections()
532 void setCompressDebugSections(bool CompressDebugSections) { in setCompressDebugSections() argument
533 this->CompressDebugSections = CompressDebugSections; in setCompressDebugSections()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetOptions.h80 CompressDebugSections(false), FunctionSections(false), in TargetOptions()
193 unsigned CompressDebugSections : 1; variable
/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCAsmInfo.cpp106 CompressDebugSections = false; in MCAsmInfo()
H A DELFObjectWriter.cpp257 void CompressDebugSections(MCAssembler &Asm, MCAsmLayout &Layout);
1255 void ELFObjectWriter::CompressDebugSections(MCAssembler &Asm, in CompressDebugSections() function in ELFObjectWriter
1707 CompressDebugSections(Asm, const_cast<MCAsmLayout &>(Layout)); in WriteObject()
/minix3/external/bsd/llvm/dist/clang/tools/driver/
H A Dcc1as_main.cpp89 unsigned CompressDebugSections : 1; member
198 Opts.CompressDebugSections = Args->hasArg(OPT_compress_debug_sections); in CreateFromArgs()
314 if (Opts.CompressDebugSections) in ExecuteAssembler()
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp55 CompressDebugSections("compress-debug-sections", variable
392 if (CompressDebugSections) { in main()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp65 if (Options.CompressDebugSections) in initAsmInfo()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp472 if (CodeGenOpts.CompressDebugSections) in CreateTargetMachine()
473 Options.CompressDebugSections = true; in CreateTargetMachine()
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DCodeGenOptions.def32 CODEGENOPT(CompressDebugSections, 1, 0) ///< -Wa,-compress-debug-sections
/minix3/external/bsd/llvm/dist/clang/lib/Driver/
H A DTools.cpp2065 bool CompressDebugSections = false; in CollectArgsForIntegratedAssembler() local
2090 CompressDebugSections = true; in CollectArgsForIntegratedAssembler()
2093 CompressDebugSections = false; in CollectArgsForIntegratedAssembler()
2108 if (CompressDebugSections) { in CollectArgsForIntegratedAssembler()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp509 Opts.CompressDebugSections = Args.hasArg(OPT_compress_debug_sections); in ParseCodeGenArgs()