Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetOptions.h215 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCAsmInfo.h377 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable
629 void setCompressDebugSections(DebugCompressionType CompressDebugSections) { in setCompressDebugSections()
/freebsd-12.1/contrib/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp63 static cl::opt<DebugCompressionType> CompressDebugSections( variable
/freebsd-12.1/contrib/llvm/tools/clang/tools/driver/
H A Dcc1as_main.cpp99 llvm::DebugCompressionType CompressDebugSections = member
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DConfig.h135 bool CompressDebugSections; member