/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/ |
D | Compression.h | 27 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 D | Compression.h | 27 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/ |
D | Compression.h | 27 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/ |
D | Compression.h | 27 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/ |
D | Compression.h | 27 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 D | MCAsmInfo.h | 56 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 D | llvm-mc.cpp | 59 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 D | MCAsmInfo.h | 389 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 D | MCAsmInfo.h | 525 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/ |
D | MCAsmInfo.h | 528 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/ |
D | CommonConfig.h | 264 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/ |
D | Decompressor.h | 51 DebugCompressionType CompressionType = DebugCompressionType::None;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/ |
D | Decompressor.h | 51 DebugCompressionType CompressionType = DebugCompressionType::None;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/ |
H A D | Decompressor.h | 51 DebugCompressionType CompressionType = DebugCompressionType::None;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/ |
D | Decompressor.h | 51 DebugCompressionType CompressionType = DebugCompressionType::None;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/ |
D | Decompressor.h | 51 DebugCompressionType CompressionType = DebugCompressionType::None;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/ |
D | MCTargetOptions.h | 84 DebugCompressionType CompressDebugSections = DebugCompressionType::None;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/ |
D | MCTargetOptions.h | 84 DebugCompressionType CompressDebugSections = DebugCompressionType::None;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/ |
D | MCTargetOptions.h | 84 DebugCompressionType CompressDebugSections = DebugCompressionType::None;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
H A D | Decompressor.cpp | 43 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 D | TargetOptions.h | 215 DebugCompressionType CompressDebugSections = DebugCompressionType::None;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Target/ |
D | TargetOptions.h | 263 DebugCompressionType CompressDebugSections = DebugCompressionType::None;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Target/ |
H A D | TargetOptions.h | 258 DebugCompressionType CompressDebugSections = DebugCompressionType::None;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjCopy/ |
D | CommonConfig.h | 270 DebugCompressionType CompressionType = DebugCompressionType::None;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjCopy/ |
H A D | CommonConfig.h | 266 DebugCompressionType CompressionType = DebugCompressionType::None;
|