Home
last modified time | relevance | path

Searched defs:CompressDebugSections (Results 1 – 6 of 6) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetOptions.h193 unsigned CompressDebugSections : 1; variable
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h346 bool CompressDebugSections; variable
532 void setCompressDebugSections(bool CompressDebugSections) { in setCompressDebugSections()
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp55 CompressDebugSections("compress-debug-sections", variable
/minix3/external/bsd/llvm/dist/clang/tools/driver/
H A Dcc1as_main.cpp89 unsigned CompressDebugSections : 1; member
/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DELFObjectWriter.cpp1255 void ELFObjectWriter::CompressDebugSections(MCAssembler &Asm, in CompressDebugSections() function in ELFObjectWriter
/minix3/external/bsd/llvm/dist/clang/lib/Driver/
H A DTools.cpp2065 bool CompressDebugSections = false; in CollectArgsForIntegratedAssembler() local