Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h528 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable
882 void setCompressDebugSections(DebugCompressionType CompressDebugSections) { in setCompressDebugSections()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h263 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp74 static cl::opt<DebugCompressionType> CompressDebugSections( variable
/freebsd-14.2/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp102 llvm::DebugCompressionType CompressDebugSections = member