Home
last modified time | relevance | path

Searched refs:ZLibStyle (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp637 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/
DELFObjectWriter.cpp140 bool ZLibStyle, unsigned Alignment);
980 uint64_t Size, SmallVectorImpl<char> &CompressedContents, bool ZLibStyle, in maybeWriteCompression() argument
982 if (ZLibStyle) { in maybeWriteCompression()