Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetOptions.h233 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h501 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable
825 void setCompressDebugSections(DebugCompressionType CompressDebugSections) { in setCompressDebugSections()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp64 static cl::opt<DebugCompressionType> CompressDebugSections( variable
/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1as_main.cpp100 llvm::DebugCompressionType CompressDebugSections = member