Home
last modified time | relevance | path

Searched refs:DebugCompressionType (Results 1 – 25 of 46) sorted by relevance

12

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DCompression.h27 enum class DebugCompressionType { enum
81 inline Format formatFor(DebugCompressionType Type) { in formatFor()
83 case DebugCompressionType::None: in formatFor()
85 case DebugCompressionType::Zlib: in formatFor()
87 case DebugCompressionType::Zstd: in formatFor()
97 Params(DebugCompressionType Type) : Params(formatFor(Type)) {} in Params()
117 Error decompress(DebugCompressionType T, ArrayRef<uint8_t> Input,
121 Error decompress(DebugCompressionType T, ArrayRef<uint8_t> Input,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DCompression.h27 enum class DebugCompressionType { enum
81 inline Format formatFor(DebugCompressionType Type) { in formatFor()
83 case DebugCompressionType::None: in formatFor()
85 case DebugCompressionType::Zlib: in formatFor()
87 case DebugCompressionType::Zstd: in formatFor()
97 Params(DebugCompressionType Type) : Params(formatFor(Type)) {} in Params()
117 Error decompress(DebugCompressionType T, ArrayRef<uint8_t> Input,
121 Error decompress(DebugCompressionType T, ArrayRef<uint8_t> Input,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DCompression.h27 enum class DebugCompressionType { enum
81 inline Format formatFor(DebugCompressionType Type) { in formatFor()
83 case DebugCompressionType::None: in formatFor()
85 case DebugCompressionType::Zlib: in formatFor()
87 case DebugCompressionType::Zstd: in formatFor()
99 Params(DebugCompressionType Type) : Params(formatFor(Type)) {} in Params()
120 Error decompress(DebugCompressionType T, ArrayRef<uint8_t> Input,
124 Error decompress(DebugCompressionType T, ArrayRef<uint8_t> Input,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DCompression.h27 enum class DebugCompressionType { enum
81 inline Format formatFor(DebugCompressionType Type) { in formatFor()
83 case DebugCompressionType::None: in formatFor()
85 case DebugCompressionType::Zlib: in formatFor()
87 case DebugCompressionType::Zstd: in formatFor()
99 Params(DebugCompressionType Type) : Params(formatFor(Type)) {} in Params()
120 Error decompress(DebugCompressionType T, ArrayRef<uint8_t> Input,
124 Error decompress(DebugCompressionType T, ArrayRef<uint8_t> Input,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DCompression.h27 enum class DebugCompressionType { enum
81 inline Format formatFor(DebugCompressionType Type) { in formatFor()
83 case DebugCompressionType::None: in formatFor()
85 case DebugCompressionType::Zlib: in formatFor()
87 case DebugCompressionType::Zstd: in formatFor()
99 Params(DebugCompressionType Type) : Params(formatFor(Type)) {} in Params()
120 Error decompress(DebugCompressionType T, ArrayRef<uint8_t> Input,
124 Error decompress(DebugCompressionType T, ArrayRef<uint8_t> Input,
/aosp_15_r20/external/llvm/include/llvm/MC/
H A DMCAsmInfo.h56 enum class DebugCompressionType { enum
369 DebugCompressionType CompressDebugSections;
589 DebugCompressionType compressDebugSections() const { in compressDebugSections()
593 void setCompressDebugSections(DebugCompressionType CompressDebugSections) { in setCompressDebugSections()
/aosp_15_r20/external/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp59 static cl::opt<DebugCompressionType>
61 cl::init(DebugCompressionType::DCT_None),
64 clEnumValN(DebugCompressionType::DCT_None, "none",
66 clEnumValN(DebugCompressionType::DCT_Zlib, "zlib",
68 clEnumValN(DebugCompressionType::DCT_ZlibGnu, "zlib-gnu",
429 if (CompressDebugSections != DebugCompressionType::DCT_None) { in main()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCAsmInfo.h389 DebugCompressionType CompressDebugSections = DebugCompressionType::None;
655 DebugCompressionType compressDebugSections() const { in compressDebugSections()
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;
869 DebugCompressionType compressDebugSections() const { in compressDebugSections()
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;
878 DebugCompressionType compressDebugSections() const { in compressDebugSections()
882 void setCompressDebugSections(DebugCompressionType CompressDebugSections) { in setCompressDebugSections()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjCopy/
DCommonConfig.h264 DebugCompressionType CompressionType = DebugCompressionType::None;
266 SmallVector<std::pair<NameMatcher, llvm::DebugCompressionType>, 0>
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DDecompressor.h51 DebugCompressionType CompressionType = DebugCompressionType::None;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DDecompressor.h51 DebugCompressionType CompressionType = DebugCompressionType::None;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
H A DDecompressor.h51 DebugCompressionType CompressionType = DebugCompressionType::None;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/
DDecompressor.h51 DebugCompressionType CompressionType = DebugCompressionType::None;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DDecompressor.h51 DebugCompressionType CompressionType = DebugCompressionType::None;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/
DMCTargetOptions.h84 DebugCompressionType CompressDebugSections = DebugCompressionType::None;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/
DMCTargetOptions.h84 DebugCompressionType CompressDebugSections = DebugCompressionType::None;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/
DMCTargetOptions.h84 DebugCompressionType CompressDebugSections = DebugCompressionType::None;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DDecompressor.cpp43 CompressionType = DebugCompressionType::Zlib; in consumeCompressedHeader()
46 CompressionType = DebugCompressionType::Zstd; in consumeCompressedHeader()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
H A DTargetOptions.h215 DebugCompressionType CompressDebugSections = DebugCompressionType::None;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Target/
DTargetOptions.h263 DebugCompressionType CompressDebugSections = DebugCompressionType::None;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Target/
H A DTargetOptions.h258 DebugCompressionType CompressDebugSections = DebugCompressionType::None;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjCopy/
DCommonConfig.h270 DebugCompressionType CompressionType = DebugCompressionType::None;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h266 DebugCompressionType CompressionType = DebugCompressionType::None;

12