Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/include/llvm/MC/
H A DMCAsmInfo.h369 DebugCompressionType CompressDebugSections; variable
593 void setCompressDebugSections(DebugCompressionType CompressDebugSections) { in setCompressDebugSections()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCAsmInfo.h389 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable
659 void setCompressDebugSections(DebugCompressionType CompressDebugSections) { in setCompressDebugSections()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
H A DMCAsmInfo.h525 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable
873 void setCompressDebugSections(DebugCompressionType CompressDebugSections) { in setCompressDebugSections()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DMCAsmInfo.h528 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable
882 void setCompressDebugSections(DebugCompressionType CompressDebugSections) { in setCompressDebugSections()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/
DMCTargetOptions.h84 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/
DMCTargetOptions.h84 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/
DMCTargetOptions.h84 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable
/aosp_15_r20/external/llvm/include/llvm/Target/
H A DTargetOptions.h192 unsigned CompressDebugSections : 1; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
H A DTargetOptions.h215 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable
/aosp_15_r20/external/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp60 CompressDebugSections("compress-debug-sections", cl::ValueOptional, variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Target/
H A DTargetOptions.h258 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Target/
DTargetOptions.h263 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable
/aosp_15_r20/external/clang/tools/driver/
H A Dcc1as_main.cpp88 unsigned CompressDebugSections : 1; member
/aosp_15_r20/external/clang/lib/Driver/
H A DTools.cpp2847 bool CompressDebugSections = false; in CollectArgsForIntegratedAssembler() local