Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetOptions.h192 unsigned CompressDebugSections : 1; variable
/external/llvm/include/llvm/MC/
DMCAsmInfo.h369 DebugCompressionType CompressDebugSections; variable
593 void setCompressDebugSections(DebugCompressionType CompressDebugSections) { in setCompressDebugSections()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetOptions.h215 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmInfo.h389 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable
659 void setCompressDebugSections(DebugCompressionType CompressDebugSections) { in setCompressDebugSections()
/external/llvm-project/llvm/include/llvm/MC/
DMCAsmInfo.h420 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable
700 void setCompressDebugSections(DebugCompressionType CompressDebugSections) { in setCompressDebugSections()
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp60 CompressDebugSections("compress-debug-sections", cl::ValueOptional, variable
/external/llvm-project/llvm/include/llvm/Target/
DTargetOptions.h237 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable
/external/llvm-project/llvm/tools/llvm-mc/
Dllvm-mc.cpp64 static cl::opt<DebugCompressionType> CompressDebugSections( variable
/external/clang/tools/driver/
Dcc1as_main.cpp88 unsigned CompressDebugSections : 1; member
/external/llvm-project/clang/tools/driver/
Dcc1as_main.cpp99 llvm::DebugCompressionType CompressDebugSections = member
/external/clang/lib/Driver/
DTools.cpp2847 bool CompressDebugSections = false; in CollectArgsForIntegratedAssembler() local