Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetOptions.h192 unsigned CompressDebugSections : 1; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetOptions.h203 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable
/external/llvm/include/llvm/MC/
DMCAsmInfo.h369 DebugCompressionType CompressDebugSections; variable
593 void setCompressDebugSections(DebugCompressionType CompressDebugSections) { in setCompressDebugSections()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCAsmInfo.h377 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable
629 void setCompressDebugSections(DebugCompressionType CompressDebugSections) { in setCompressDebugSections()
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp60 CompressDebugSections("compress-debug-sections", cl::ValueOptional, variable
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mc/
Dllvm-mc.cpp63 static cl::opt<DebugCompressionType> CompressDebugSections( variable
/external/clang/tools/driver/
Dcc1as_main.cpp88 unsigned CompressDebugSections : 1; member
/external/clang/lib/Driver/
DTools.cpp2847 bool CompressDebugSections = false; in CollectArgsForIntegratedAssembler() local