Home
last modified time | relevance | path

Searched defs:CompressedContents (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/llvm/lib/MC/
H A DELFObjectWriter.cpp980 uint64_t Size, SmallVectorImpl<char> &CompressedContents, bool ZLibStyle, in maybeWriteCompression()
1037 SmallVector<char, 128> CompressedContents; in writeSectionData() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DELFObjectWriter.cpp810 uint64_t Size, SmallVectorImpl<char> &CompressedContents, bool ZLibStyle, in maybeWriteCompression()
870 SmallVector<char, 128> CompressedContents; in writeSectionData() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DELFObjectWriter.cpp843 SmallVectorImpl<uint8_t> &CompressedContents, Align Alignment) { in maybeWriteCompression()