Searched refs:ZLibStyle (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 637 SmallString<32> &Out, bool ZLibStyle, bool IsLE, in tryDecompress() argument 644 ZLibStyle ? consumeCompressedZLibHeader(Data, OriginalSize, IsLE, Is64Bit) in tryDecompress() 651 if (!ZLibStyle) in tryDecompress()
|
/external/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 140 bool ZLibStyle, unsigned Alignment); 980 uint64_t Size, SmallVectorImpl<char> &CompressedContents, bool ZLibStyle, in maybeWriteCompression() argument 982 if (ZLibStyle) { in maybeWriteCompression()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 163 bool ZLibStyle, unsigned Alignment); 810 uint64_t Size, SmallVectorImpl<char> &CompressedContents, bool ZLibStyle, in maybeWriteCompression() argument 812 if (ZLibStyle) { in maybeWriteCompression()
|
/external/llvm-project/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 163 bool ZLibStyle, unsigned Alignment); 810 uint64_t Size, SmallVectorImpl<char> &CompressedContents, bool ZLibStyle, in maybeWriteCompression() argument 812 if (ZLibStyle) { in maybeWriteCompression()
|