Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCAsmInfo.h525 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable
873 void setCompressDebugSections(DebugCompressionType CompressDebugSections) { in setCompressDebugSections()
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetOptions.h258 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable
/openbsd-src/gnu/llvm/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp74 static cl::opt<DebugCompressionType> CompressDebugSections( variable
/openbsd-src/gnu/llvm/clang/tools/driver/
H A Dcc1as_main.cpp101 llvm::DebugCompressionType CompressDebugSections = member